Skip to content

Commit debd8c4

Browse files
ribicecleptric
andauthored
Update platform-includes/capture-error/go.mdx
Co-authored-by: Michi Hoffmann <[email protected]>
1 parent f40312e commit debd8c4

File tree

1 file changed

+1
-1
lines changed
  • platform-includes/capture-error

1 file changed

+1
-1
lines changed

platform-includes/capture-error/go.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
To capture an event in Go, you can pass any struct implementing an `error` interface to `CaptureException()`. If you use a 3rd party library instead of native `errors` package and it implements `Unwrap() error` or `Cause() error` method, we'll follow the chain of errors and extract the stack trace from the root cause.
1+
To capture an event in Go, you can pass any struct implementing an `error` interface to `CaptureException()`. If you use a 3rd party library instead of the native `errors` package and it implements the `Unwrap() error` or `Cause() error` method, we'll follow the chain of errors and extract the stack trace from the root cause.
22

33
The SDK is fully compatible with (but not limited to):
44

0 commit comments

Comments
 (0)