sentry-unity
sentry-unity copied to clipboard
Development of Sentry SDK for Unity
See #235 This PR uses SceneManagerAPI which is only available in Unity 2020+ Samples: https://sentry.io/organizations/sentry-sdks/performance/summary/?project=5439417&query=transaction.duration%3A%3C15m&statsPeriod=24h&transaction=load-scene&unselectedSeries=p100%28%29 * [x] move to SentryInitialization.cs (or use reflection?) * [ ] figure out if we...
The idea is to auto-instrument all buttons present in scenes during build time (the `OnProcessScene` also gets called within the Editor).
#skip-changelog
## What problem could Sentry solve that it doesn't? We have a Unity mobile app using Sentry that is intended for the iOS and Android platforms and we'd like to...
- [x] https://github.com/getsentry/sentry-unity/issues/235 - [ ] https://github.com/getsentry/sentry-unity/issues/735 - [ ] https://github.com/getsentry/sentry-unity/issues/667 - [ ] https://github.com/getsentry/sentry-unity/issues/737 - [ ] Add to the wizard a note for users to turn performance monitoring...
More context in the UI Event Transactions issue tracking Android and iOS: https://github.com/getsentry/mobile-team-meta/issues/4 - [ ] Get the `idleTimeout` support in .NET (https://github.com/getsentry/sentry-dotnet/issues/1074) - [ ] Build on the original/old...
We should add a linter to the repo. We could look into fixing `format-code` again.
After splitting the Android smoke test build into a separate job and running it via the integration-test scripts (i.e. create empty project, build, add unity, build, test) in PR #686,...
When a user makes an HTTP request to their backend, we want to measure how long that took. And [propagate the trace id](https://develop.sentry.dev/sdk/performance/#header-sentry-trace) so we can have end to end...
Goal: Explore how to hook up into the build pipeline before the assemblies are passed on to the IL2CPP compiler. There seems to be a difference between `ScriptAssemblies` and `PlayerScriptAssemblies`...