Skip to content

Releases: bugsnag/bugsnag-unity-performance

v1.7.1

08 Dec 12:38
0ea5142
Compare
Choose a tag to compare

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

06 Dec 12:57
b31b143
Compare
Choose a tag to compare

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

30 Oct 15:42
834fa32
Compare
Choose a tag to compare

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

09 Oct 14:23
d2264da
Compare
Choose a tag to compare

v1.6.1 (2024-10-09)

This release can be installed via UPM

Bug Fixes

  • Fix an issue where config.Endpoiunt was incorrectly used in the delivery class #143

  • Fix an issue where Span.droppedAttributeCount was incorrectly implemented. #140

v1.6.0

24 Sep 14:22
d51d4d4
Compare
Choose a tag to compare

v1.6.0 (2024-09-24)

This release can be installed via UPM

Additions

  • Add configurable limits to custom attributes. #137

  • Add TracePropagationUrls to the configuration window. #136

v1.5.1

10 Sep 06:11
245c17c
Compare
Choose a tag to compare

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

04 Sep 14:24
dbea541
Compare
Choose a tag to compare

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

27 Jun 17:27
c5f51c6
Compare
Choose a tag to compare

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

11 Jun 12:47
e2833f5
Compare
Choose a tag to compare

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

03 Jun 07:41
0c768d2
Compare
Choose a tag to compare

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