sentry-java
sentry-java copied to clipboard
A Sentry SDK for Java, Android and other JVM languages.
### Description Part of an initiative to get this supported and documented by all SDKs in the same way, relevant for User Feedback: https://github.com/getsentry/sentry-docs/issues/9232 Add/link to docs under https://docs.sentry.io/platforms/android/user-feedback/ and...
### Description https://github.com/getsentry/sentry-java/pull/3219#discussion_r1500496194
## :scroll: Description ## :bulb: Motivation and Context When calling `close` on the previous scopes after a new client has already been bound to the global scope, the new client...
## :scroll: Description - Remove `timestampMs` from `LocalMetricsAggregator` - put `toStatsdType` in enum directly - beforeMetric wrapped in try catch - flush check if there are metrics before scheduling again...
## :scroll: Description ## :bulb: Motivation and Context Sentry features like "Requests" need certain attributes to work, e.g. span `op` should be "METHOD URL", response status code should be in...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.10 to 3.25.11. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. Note...
## :scroll: Description We now parse and use `send-default-pii` and `max-request-body-size` from `sentry.properties`. - `max-request-body-size` was already being parsed but never applied to `SentryOptions` - `send-default-pii` was neither parsed nor...
### Description We found some options (`send-default-pii` and `max-request-body-size`) that weren't parsed from external options (`sentry.properties`) and thus couldn't be configured for our Sentry OpenTelemetry Java Agent when using auto...
## :scroll: Description ## :bulb: Motivation and Context Closes https://github.com/getsentry/sentry-java/issues/3497 ## :green_heart: How did you test it? ## :pencil: Checklist - [ ] I reviewed the submitted code. - [...
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.5.0 to 4.6.1. Release notes Sourced from JamesIves/github-pages-deploy-action's releases. v4.6.1 What's Changed Fixes Resolved an issue where workflows were suddenly failing due to a worktree in use...