Jenn Mueng
Jenn Mueng
Aggregates with no arguments weren't correctly being parsed due to #32879. This fixes that but also does more: This is fixed by introducing that case back in but also we...
Suggestion for a simple convenience wrapper to wrap any promise. This comes from me instrumenting Tour and finding it tedious to have to wrap every promise manually when it could...
Came up in slack where a customer wants to prevent auto release creation in specific flavors.
We currently discard "back navigation" transactions if there are no child spans, but in the chance that an error occurs during the transaction, the trace id is attached to the...
## :loudspeaker: Type of change - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring ## :scroll: Description ## :bulb: Motivation and Context...
Add an example app, and fully test all features.
Add an example app, and fully test all features.
Most likely we would integrate the existing Sentry Webpack plugin
We implement `fetchNativeRelease` on the native bridge, but it's currently unused code. We should implement the JS side and use the native release values by default.
We will need to document in the installation steps to ensure the version of the sibling SDK matches the version of the sentry-javascript dependencies that @sentry/capacitor depends on.