LucasZF
LucasZF
## :loudspeaker: Type of change - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring ## :scroll: Description we were limited to only parse...
keys are invalidated before commit. This PR tests `Secret Scan` #skip-changelog.
The following functions should be used on the sample app: - [ ] startInactiveSpan - [ ] startSpan - [ ] startSpanManual - [ ] getActiveSpan - [ ] spanToJSON...
This is a major break change PR for supporting Sentry Javascript V8, for the moment the largest changes are: **To Sentry users:** - Drop support for Angular 13 - Users...
This is a separated PR so that the main PR wouldn't be too hard to review. In this PR i bump all samples with Sentry Javascript V8 and validated each...
This PR brings more native context data to be synced with captured events and also allows hint breadcrumbs to be properly registered, for example: ```typescript Sentry.captureException(new Error(`${Date.now()}: a test error...
### Environment What version are you running 3.23.1 ``` npx @sentry/wizard@latest -s -i reactNative ``` ### Steps to Reproduce I have opened this issue to discuss if it's ideal or...
This is a port of https://github.com/getsentry/sentry-react-native/pull/4042 to V6 Tested on Android/iOS: https://sentry-sdks.sentry.io/performance/trace/b0125a1564324d17b42156b5edbd4555/?dataset=transactions&field=title&field=project&field=user.display&field=timestamp&field=replayId&field=transaction.duration&fov=0%2C1910.000244140625&id=21705&name=&node=txn-ccda2e67a35c486d801315ad5c5020d9&node=txn-48c53c8b7b4a4335a12082cd81adba27&project=5428561&query=&queryDataset=transaction-like&sort=-timestamp&source=discover&statsPeriod=24h×tamp=1729179000&topEvents=5&yAxis=count%28%29 https://sentry-sdks.sentry.io/performance/trace/514b002f17874570b2f016f0f78b9953/?dataset=transactions&field=title&field=project&field=user.display&field=timestamp&field=replayId&fov=0%2C75.13809204101562&id=21705&name=&node=span-87836929b3543124&node=txn-400cebc647684a688c5355197859dd40&project=5428561&query=&queryDataset=transaction-like&sort=-timestamp&source=discover&statsPeriod=1h×tamp=1729198686&topEvents=5&yAxis=count%28%29 ## :loudspeaker: Type of change - [x] Bugfix - [ ] New feature - [ ] Enhancement...
### Problem Statement I really like the way it was done on Sentry Java ([context](https://docs.sentry.io/platforms/java/configuration/#options)) there you can see the variables to setup and easily see how to setup based...
## DESCRIBE YOUR PR *Tell us what you're changing and why. If your PR **resolves an issue**, please link it so it closes automatically.* This PR will give the correct...