LucasZF
LucasZF
https://github.com/getsentry/sentry-javascript/blob/7.47.0/MIGRATION.md/#deprecations-in-7x Those packages will be deprecated on a major version - sentry/hub imports have moved to @sentry/core. - sentry/tracing imports have moved to @sentry/browser and @sentry/capacitor.
As seen here #265 the troubleshooting documentation should be updated to explain why sourcemaps are not linked when using live reload.
### Environment -Latest version of wizard. - Windows 11 - VS Code - Powershell terminal. ### Steps to Reproduce on the option of selecting the project, scroll down. then scroll...
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1. pass the mouse over one of the event id from discover. 2. move away. 3. do the same on an item...
Right now there's a project for testing the SDK with UWP, but it's not integrated with Github Actions. It would be great to integrate it so future Pull Requests will...
``` Error: Error while processing envelope (event ID: '88e99c4ae34249ebbf05d99480580758'). #1 in queue. info 09:20:39 Console.Write System.MissingMethodException: Constructor on type 'System.Text.Json.Serialization.Converters.DictionaryOfTKeyTValueConverter`3[[System.Collections.Generic.Dictionary`2[[System.String, mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String[], mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], mscorlib, Version=2.0.5.0,...
To not lose the comment from Matt https://github.com/getsentry/sentry-xamarin/pull/108#pullrequestreview-932694614 ``` Yikes. I see this was in the old code and you are just refactoring, but we really shouldn't completely lose this...
After a quick glance here, I noticed this code doesn't allow the user to overwrite the release version https://github.com/getsentry/sentry-xamarin/blob/main/Src/Sentry.Xamarin/SentryXamarin.cs#L26
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce Set a custom user data, the data is sent and also stored on Sentry (as you can see on the actual result...
## :loudspeaker: Type of change - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring ## :scroll: Description In short, use the authentication token...