Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Update features.mdx to fix the link to the data-handling #1029

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/docs/sdk/features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ What scope means depends on the application, for a web framework it is most like

## Automatic Context Data

Automatic addition of useful attributes such as `tags` or `extra` or specific `contexts`. Typically means the SDK hooks into a framework so that it can set attributes that are known to be useful for most users. Please check [Data Handling](data-handling) for considerations.
Automatic addition of useful attributes such as `tags` or `extra` or specific `contexts`. Typically means the SDK hooks into a framework so that it can set attributes that are known to be useful for most users. Please check [Data Handling](https://develop.sentry.dev/sdk/data-handling/) for considerations.

## Breadcrumbs

Expand Down