Sentry

Latest version: v23.7.1

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

Scan your dependencies

Page 184 of 223

0.35.0

- Fixes an issue where error will not be reported to Sentry.

0.34.1

- Fixed 354

0.34.0

- Fixed 353
- Fixed 347
- Fixed 346
- Fixed 342

0.33.0

- Add pro guard default rule kazy1991
- Exposed crashedLastLaunch for iOS monotkate
- Fixed 337
- Fixed 333
- Fixed 331
- Fixed 322

0.32.1

- Update sentry-wizard

0.32.0

Since we now use `sentry/wizard` for linking with out new `sentry/cli` package, the old
`sentry-cli-bin` package has been deprecated.
You have to search your codebase for `sentry-cli-binary` and replace it with `sentry/cli`.
There are few places where we put it during the link process:

- In both `sentry.properties` files in `ios`/`android` folder
- In your Xcode build scripts once in `Bundle React Native code and images` and once in `Upload Debug Symbols to Sentry`

So e.g.:

The `Upload Debug Symbols to Sentry` build script looks like this:


export SENTRY_PROPERTIES=sentry.properties
../node_modules/sentry-cli-binary/bin/sentry-cli upload-dsym


should be changed to this:


export SENTRY_PROPERTIES=sentry.properties
../node_modules/sentry/cli/bin/sentry-cli upload-dsym


General

- Bump `sentry/wizard` to `0.7.3`
- Bump `sentry-cocoa` to `3.10.0`
- Fixed 169

Page 184 of 223

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.