Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 09:04
· 81 commits to main since this release
0406d2b

Major Changes

  • #16 efae3f9 Thanks @iivvaannxx! - Removed attributes that exposed runtime environment information. These include the following: deployment.region, deployment.cloud, plus all the host, os and process attributes.

    It also renames deployment.environment to environment.

    Finally, attributes like action.package_name and action.transaction_id are now not added if they are unknown. action.version is also not included in development, as the value was always fixed to 0.0.0 (development), which is not much useful and there's already the environment attribute.

    You should not need to update your code, but acknowledge that some attributes are now missing. If you want them you should add them manually.

  • 0bc0a0e Thanks @renovate[bot]! - The LogRecord type (exported from the otel entrypoint) has been renamed to SdkLogRecord and it's no longer a class but a TypeScript interface.

  • #16 efae3f9 Thanks @iivvaannxx! - getPresetInstrumentations now throws an Error if the given preset is unknown. This change has been made to prevent silent failures.

    There's no need to update your code if you're using correctly the presets provided by the library. At most you may want to add a try/catch block to handle the error.

Minor Changes

Patch Changes