Releases: bugsnag/bugsnag-unity-performance
Releases · bugsnag/bugsnag-unity-performance
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
v1.4.2
v1.4.2 (2024-06-27)
install this release with UPM
Bug Fixes
- Fix an issue where spans with MakeCurrentContext set to false and passed as a parent would be added to the context stack. #122
v1.4.1
v1.4.1
install this release with UPM
Bug Fixes
- Fixed issue where creating a span in a background thread caused an exception (mono or IL2CPP Dev builds only) #117
v1.4.0
v1.4.0
Install this release vis UPM
Additions
-
Added error correlation functionality so that when a compatible version of the Bugsnag Unity Error Notifier is used, it can get the current SpanContext and attach it to error reports. #112
-
Added the trace parent header to requests made via the Bugsnag request wrapper and allow configuration via new TracePropagationUrls property. #109
-
Added methods to generate anonymous id value #92
Bug Fixes
- Fixed issue where the net.host.connection.type span attribute was not present in all spans #114