https://sentry.io/welcome/
Track errors & monitor performance in all major languages & frameworks with Sentry
The scope can include information about the environment in which the error occurred, the user who experienced the error, and any additional context that might be relevant to understanding and debugging the error.
https://docs.sentry.io/platforms/go/enriching-events/scopes/#whats-a-scope-whats-a-hub
information about Scope Sentry
A level Error could refer to a variety of issues in programming, depending on the context. It could be a syntax error, meaning there is a problem with the way the code is written and the interpreter or compiler cannot understand it.
- specify the details in the error level selection in sentry, you can use the error level you want.
results if it has been recorded in the issue sentry
- Info level
- Error level
- Warning level
- Debug level
- Fatal level
Detail about level Sentry https://docs.sentry.io/platforms/go/usage/set-level/
Detail Code
https://go.dev/play/p/13OSDupdxWh
Top comments (0)