Releases: bugsnag/bugsnag-unity-performance
Releases · bugsnag/bugsnag-unity-performance
v1.10.0
v1.10.0 (2025-06-03)
This release can be installed via UPM
Additions
- Add os.type and os.name resource attributes #185
Bug Fixes
- Fix issue where hub endpoint was missing .otlp. #187
v1.9.0
v1.9.0 (2025-05-27)
This releaes can be installed via UPM
Additions
- Add FPS, CPU and Memory metrics to custom spans. #183
- Set default endpoints based on API key #184
Deprecations
- SpanOptions.InstrumentRendering has been deprecated in favor of the new SpanOptions.SpanMetrics option and will be removed in a future release. #172
v1.8.0
v1.8.0 (2025-02-05)
This release can be installed via UPM
Additions
- Add frame rate metrics to spans. #155
v1.7.1
v1.7.1 (2024-12-06)
This release can be installed via UPM.
Bug Fixes
- Fix an issue where using this SDK with v8.3.0+ of the BugSnag Unity Notifier would cause an exception while trying to resolve the BugsnagUnityWebRequest wrapper #151
v1.7.0
v1.7.0 (2024-11-14)
This release can be installed via UPM
Additions
- Add support for Unity V6. #148
Dependencies
- Updated BugsnagUnityWebRequest to remove deprecation warnings and add new PostWwwForm methods introduced in Unity 2022.2 #148
v1.6.2
This release can be installed via UPM
v1.6.2 (2024-10-30)
Bug Fixes
- Fix an issue where DateTime.Now was used instead of DateTimeOffset.UtcNow during initialisation #146
v1.6.1
v1.6.1 (2024-10-09)
This release can be installed via UPM
Bug Fixes
v1.6.0
v1.6.0 (2024-09-24)
This release can be installed via UPM
Additions
v1.5.1
v1.5.1 (2024-09-09)
This release can be installed via UPM.
Bug Fixes
- Fix an issue where the access to the finished span queue in the tracer was not thread safe. #132
v1.5.0
v1.5.0 (2024-09-03)
This release can be installed via UPM
Additions
-
Allow setting a fixed Span Sampling probability. #128
-
Allow setting custom span attributes. #124
-
Changed internal Span references to WeakReferences to avoid memory leaks. #127
-
Use API key subdomain as default Performance endpoint. #129
-
Added the service name resource attribute. [#130] (#130)
Bug Fixes
- Fix an issue where TracePropagationUrls was incorrectly named and typed. #126