Skip to content

v7.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Nov 04:05
2840f02

What's Changed

Breaking change

Migration doc

  • TracingProvider has been renamed OpenTelemetryProvider
  • TracingConfig has been renamed OpenTelemetryConfig
  • TracingProvider.live has been renamed OpenTelemetryProvider.autoInstrumentation
  • The parameters of OpenTelemetryProvider.autoInstrumentation have changed names and exposes more (optional) parameters

The example app as been updated with all these changes.
See:

For all the details, have a look at the related PR, #169