Sentry

Latest version: v23.7.1

Safety actively analyzes 630305 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 218 of 223

0.02

- Override event defaults in the constructor
- Automatically post stack traces with the error handler
- Post stack traces (sentry interface type)
- Post http requests (sentry interface type)
- Package improvements

0.2.0

- feat: Add `SetTransaction()` method on the `Scope`
- feat: `fasthttp` framework support with `sentryfasthttp` package
- fix: Add `RWMutex` locks to internal `Hub` and `Scope` changes

0.1.4

- Add an option to enable the system crash reporter
- Fix compilation warnings

0.1.3

- feat: Move frames context reading into `contextifyFramesIntegration` (28)

_NOTE:_
In case of any performance issues due to source contexts IO, you can let us know and turn off the integration in the meantime with:

go
sentry.Init(sentry.ClientOptions{
Integrations: func(integrations []sentry.Integration) []sentry.Integration {
var filteredIntegrations []sentry.Integration
for _, integration := range integrations {
if integration.Name() == "ContextifyFrames" {
continue
}
filteredIntegrations = append(filteredIntegrations, integration)
}
return filteredIntegrations
},
})

0.1.2

- feat: Better source code location resolution and more useful inapp frames (26)
- feat: Use `noopTransport` when no `Dsn` provided (27)
- ref: Allow empty `Dsn` instead of returning an error (22)
- fix: Use `NewScope` instead of literal struct inside a `scope.Clear` call (24)
- fix: Add to `WaitGroup` before the request is put inside a buffer (25)

0.1.1

- fix: Check for initialized `Client` in `AddBreadcrumbs` (20)
- build: Bump version when releasing with Craft (19)

Page 218 of 223

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.