sumologic-opentelemetry-js icon indicating copy to clipboard operation
sumologic-opentelemetry-js copied to clipboard

OpenTelemetry auto-instrumentation bundle for JavaScript

Results 9 sumologic-opentelemetry-js issues
Sort by recently updated
recently updated
newest added

I have been using sumologic-opentelemetry-js with other JS projects but somehow find that it has issues with Next JS. Does is support Next JS?

The `peerDependencies` for the project are relying on OpenTelemtry API versions which were released over 2 years ago. Is there a plan to update to a later version of the...

Introducing the package `@sumologic/opentelemetry-rum` has meant our builds are now full of spammy warnings about source maps missing. And the issue comes from the version needs to be bumped for...

In version 4.4.0 of the library, the span data format is updated according to opentelemetry model update. At the same time, the format of the logs is still not updated,...

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...

dependencies

Started using this library as [this](https://github.com/SumoLogic/sumologic-opentelemetry-js#installation) As far as I understand, it collects traces and send to specified Sumo Logic Collector. and if `collectErrors:true` is set then it collects and...

Allow to pass a callback to the `initialize` method to filter the logs to be sent. Use case: to avoid a deluge of false positive errors and benign issues. **Example...

enhancement