segment-integrations / analytics.js-integration-sentry

The Sentry analytics.js integration.
https://segment.com/docs/integrations/sentry/
MIT License
3 stars 7 forks source link

Upgrade Raven.js to latest version #29

Open andreipopovici opened 6 years ago

andreipopovici commented 6 years ago

https://github.com/segment-integrations/analytics.js-integration-sentry/blob/93577492ce8528673c325559880021de9e87ab4f/lib/index.js#L27

We are trying to get rid of the following message in the Sentry dashboard:

screen shot 2018-03-13 at 5 56 18 pm

The most recent Sentry version is:

<script src="https://cdn.ravenjs.com/3.23.1/raven.min.js" crossorigin="anonymous"></script>

SBRK commented 6 years ago

+1 for this, we would like to get rid of this warning

miketheman commented 6 years ago

tagging @brennan @Peripheral1994 @Rowno @jgershen for assistance here.

jgershen commented 6 years ago

cc @calvinfo !

gpbl commented 6 years ago

No news on this? Thinking to disable the integration at all and include Raven manually 😞

andreipopovici commented 5 years ago

Sentry has deprecated Raven.js and moved to a new Universal Browser experience, under the @sentry/browser package, it seems:

import * as Sentry from '@sentry/browser';
SegmentDestinationsBot commented 5 years ago

Hi @andreipopovici, as part of the monorepo migration, this issue has been moved to new issue. Our engineers have been notified and will prioritize and work on it ASAP. Thank you!

For more information, see README.md.