Skip to content

Commit

Permalink
clarify contexts
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Jun 14, 2024
1 parent 48b6426 commit 1e005a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/sdk/unified-api/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ meant that certain integrations (such as breadcrumbs) were often not possible.

- **tags**: Tags can be arbitrary string→string pairs by which events can be searched. Contexts are converted into tags.

- **extra**: Truly arbitrary data attached by client users. This is a deprecated feature but will continue to be supported for the foreseeable future. Users are encouraged to use contexts instead.
- **extra**: Truly arbitrary data attached by client users. In most cases, this should not be used, and instead structured `context` or `tags` should be used instead.

- **transport**: The transport is an internal construct of the client that abstracts away the event sending. Typically the transport runs in a separate thread and gets events to send via a queue. The transport is responsible for sending, retrying and handling rate limits. The transport might also persist unsent events across restarts if needed.

Expand Down

0 comments on commit 1e005a6

Please sign in to comment.