Skip to content

Releases: bugsnag/bugsnag-unity-performance

v1.10.0

04 Jun 07:46
a60cf6a
Compare
Choose a tag to compare

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

04 Jun 07:45
be82430
Compare
Choose a tag to compare

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

20 Feb 12:02
1afec1d
Compare
Choose a tag to compare

v1.8.0 (2025-02-05)

This release can be installed via UPM

Additions

  • Add frame rate metrics to spans. #155

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