Skip to content

Commit 8fb28e1

Browse files
Update docs/platforms/react-native/enriching-events/scopes/index.mdx
Co-authored-by: Antonis Lilis <[email protected]>
1 parent 019fe3b commit 8fb28e1

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/react-native/enriching-events/scopes

1 file changed

+1
-1
lines changed

docs/platforms/react-native/enriching-events/scopes/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ routes or request handlers.
2121

2222
## How Scopes Work
2323

24-
Scopes are basically a stack of data that is attached to events. When an event is captured, the SDK will merge the data from the active scopes into the event. This allows you to attach data to events that is relevant to the context in which the event was captured.
24+
Scopes are basically stacks of data that are attached to events. When an event is captured, the SDK will merge the data from the active scopes into the event. This allows you to attach data to events that is relevant to the context in which the event was captured.
2525

2626
A scope is generally valid inside of a callback or an execution context. This means that multiple parts of your application may have different scopes active at the same time. For instance, a web server might handle multiple requests at the same time, and each request may have different scope data to apply to its events.
2727

0 commit comments

Comments
 (0)