Version 0.13.0-pre.1
Pre-release
Pre-release
This is a pre-release of v0.13.0 for testing. There are no new features, but this contains significant under-the-hood changes. We’ve slimmed things down by no longer relying on the official Datadog client, which is pretty heavy. If your app is pushing size or resource constraints, this update may help.
Breaking Changes:
-
The minimum required Node.js version is now v14.0.0.
-
The
codeproperty onAuthorizationErrorinstances has been changed toDATADOG_METRICS_AUTHORIZATION_ERRORfor clarity and consistency (it was previouslyDATADOG_AUTHORIZATION_ERROR). If you are usingerrorInstance.codeto check types, make sure to update the string you were looking for.
Maintenance:
- Under the hood, we’ve removed a dependency on the official Datadog client (
@datadog/datadog-api-client). This is an attempt to streamline the package, since the official client comes at a sizeable 15 MB of code for you to download and then load in your application. (#144)