Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@uptrace/vue

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uptrace/vue - npm Package Versions

13

1.13.0

Diff

vmihailenco
published 1.12.0 •

Changelog

Source

v1.12.0

  • Updated OpenTelemetry to v1.12.0.
vmihailenco
published 1.11.1 •

vmihailenco
published 1.11.0 •

Changelog

Source

v1.11.0

vmihailenco
published 1.10.1 •

vmihailenco
published 1.10.0 •

Changelog

Source

v1.10.0

OpenTelemetry JS v1.10 contains a breaking change in NodeSDK which requires replacing the following code:

const uptrace = require('@uptrace/node')

uptrace.configureOpentelemetry({...}).start().then(main)

With just:

const uptrace = require('@uptrace/node')

uptrace.configureOpentelemetry({...})

See documentation for more details.

vmihailenco
published 1.9.0 •

vmihailenco
published 1.8.0 •

Changelog

Source

v1.8.0

  • Updated OpenTelemetry to v1.8.0.

  • Enabled metrics exporter.

vmihailenco
published 1.2.0 •

Changelog

Source

v1.2.0

  • Updated OpenTelemetry to v1.7.0.
vmihailenco
published 1.0.4 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc