Skip to content

v0.1.1

Choose a tag to compare

@hamudi-ahmed hamudi-ahmed released this 28 Jun 17:26
· 1577 commits to next since this release

Added

  • (core) Allow spans to be nested and introduce the notion of a context stack & current span context #198 #206 #209 #210
  • (core) Add makeCurrentContext span option #211
  • (core) Add parentContext span option #214
  • (core) Add device.id as a resource attribute #217
  • (core) Add generateAnonymousId config option #217
  • (core) Add isFirstClass span option #218
  • (core) Log a warning when trying to end a Span multiple times #200
  • (core) Add 'Bugsnag-Sent-At' header to trace payloads #220
  • (browser) Add PageLoadPhase sub-spans for full page loads #212 #224
  • (browser) Add ResourceLoad instrumentation #225
  • (browser) Set title and url attributes for page load and route change spans when settling #240

Removed

  • (core) Breaking change: The samplingProbability configuration option has been removed. A default probability of 1.0 is used until a probability value is received from the server #219