Skip to content

Commit

Permalink
Add go to PlatformSection
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric committed Sep 20, 2023
1 parent 0133e19 commit 1a63140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/platforms/common/configuration/filtering.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ In this example, the fingerprint is forced to a common value if an exception of

</PlatformSection>

<PlatformSection supported={["javascript", "node"]} >
<PlatformSection supported={["javascript", "node", "go"]} >

### Using <PlatformIdentifier name="ignore-errors" />

Expand Down Expand Up @@ -120,7 +120,7 @@ Learn more about <PlatformLink to="/configuration/sampling/">configuring the sam

</PlatformSection>

<PlatformSection supported={["javascript", "node"]} >
<PlatformSection supported={["javascript", "node", "go"]} >

### Using <PlatformIdentifier name="ignore-transactions" />

Expand Down

0 comments on commit 1a63140

Please sign in to comment.