Denis Andrašec
Denis Andrašec
## :scroll: Description Add user attributes to Dart/Flutter logs ## :bulb: Motivation and Context Closes #2965 ## :green_heart: How did you test it? Unit tests ## :pencil: Checklist - [x]...
#skip-changelog ## :scroll: Description We should not use user modifiable vars in GH run commands directly and without double quotes.
## :scroll: Description Fixes an issue where we'd call toString() on sentry context types when synging to native. This in turn broke load contexts integration, as a map was expected,...
## :scroll: Description Supabase instrumentation for database operations (no auth instrumentation) - [x] Breadcrumbs - [x] Body Redaction - [x] Tracing - [x] Errors - [x] PII (Body, Query) ##...
#skip-changelog ## :scroll: Description - Adds the `SentryPulse ` integration to the `3rd-party-integrations/SentryPulse ` folder - Skipping changelog as this is not available to users through this repo ## :bulb:...
#skip-changelog ## :scroll: Description - Adds the `SentrySwiftyBeaver ` integration to the `3rd-party-integrations/SentrySwiftyBeaver ` folder - Skipping changelog as this is not available to users through this repo ## :bulb:...
#skip-changelog ## :scroll: Description - Adds the `SentryCocoaLumberjack ` integration to the `3rd-party-integrations/SentryCocoaLumberjack ` folder - Skipping changelog as this is not available to users through this repo ## :bulb:...
#skip-changelog ## :scroll: Description - Adds the `SentrySwiftLog` integration to the `integrations/logs/sentry-swift-log` folder - Skipping changelog as this is not available to users through this repo ## :bulb: Motivation and...
Right now we can't read if replay on iOS is in buffer mode.We need to report `replayIsBuffering` as soon as we can access the value from `sentry-cocoa`Relates to [https://github.com/getsentry/sentry-dart/pull/3257#discussion_r2435233105](https://github.com/getsentry/sentry-dart/pull/3257#discussion_r2435233105)Relates to...
We have some failing CI jobs, as the current runner uses iOS 18.0 per default, which does not work currently. This stems from a GH issue. Revert the quick fixes...