Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix broken link
  • Loading branch information
PeloWriter committed Mar 4, 2021
commit 88291b9fa169674f6f3bde35e400318c92ea745f
2 changes: 1 addition & 1 deletion src/platforms/common/enriching-events/tags.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: "Tags power UI features such as filters and tag-distribution maps.

We’ll automatically index all tags for an event, as well as the frequency and the last time that Sentry has seen a tag. We also keep track of the number of distinct tags and can assist you in determining hotspots for various issues.

<PlatformSection notSupported={["native.minidumps", "native.wasm", "php", "php.laravel", "php.symfony"]}>
<PlatformSection notSupported={["native.minidumps", "native.wasm", "php", "php.laravel", "php.symfony", "flutter"]}>

Defining tags is easy, and will bind them to the [current scope](../scopes/) ensuring all future events within scope contain the same tags:

Expand Down