We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9898580 commit 221bd03Copy full SHA for 221bd03
src/includes/configuration/sample-rate/go.mdx
@@ -0,0 +1,5 @@
1
+```go
2
+sentry.Init(sentry.ClientOptions{
3
+ SampleRate: 0.25,
4
+})
5
+```
0 commit comments