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 a540aa4 commit 3ce07b6Copy full SHA for 3ce07b6
src/collections/_documentation/error-reporting/configuration/drain-example/go.md
@@ -5,7 +5,7 @@ If you use multiple clients, arrange for each of them to be flushed as
5
appropriate.
6
7
`Flush` waits until any buffered events are sent to the Sentry server, blocking
8
-for at most the given timeout. It returns false if the timeout was reached. In
+for at most the given timeout. It returns `false` if the timeout was reached. In
9
that case, some events may not have been sent.
10
11
```go
0 commit comments