sentry-javascript icon indicating copy to clipboard operation
sentry-javascript copied to clipboard

feat(node): Add integrations sdk information

Open k-fish opened this issue 3 years ago • 0 comments

Summary

This adds 'integrations' to the sdk_info passed to ingest, mimics equivalent passing of integrations for python (see https://github.com/getsentry/sentry-python/blob/9fd938ed8762c06a8a1d355beb79f57c199ca92c/sentry_sdk/client.py#L197).

Saw this was missing when trying to figure out which of our db integrations sees the most use.

k-fish avatar Sep 21 '22 21:09 k-fish