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 to Sentry JavaScript SDK 3.x.x #8

Closed pauloschilling closed 8 years ago

pauloschilling commented 8 years ago

Here: http://blog.getsentry.com/2015/12/29/sentry-js-sdk-release.html

  • Reports now sent via HTTP POST
  • Better automatic wrapping of functions
  • The jQuery, Native, and Backbone plugins have been removed

Also https://github.com/getsentry/raven-js

wyattjoh commented 8 years ago

Currently 2.2.0 is the current version, seems that errors are not being reported on our frontend using this integration, not sure if I've done anything wrong?

mattrobenolt commented 8 years ago

Hey, from Sentry here. We've had a number of users request this as well, since 1.x is pretty out of date by now and is severely lacking in functionality.

In the meantime, until Segment is updated, I'd recommend anyone just use raven.js directly. See https://docs.getsentry.com/hosted/clients/javascript/ for our docs.

f2prateek commented 8 years ago

Hi! This on our (Segment) backlog, but hasn't pending other integration fixes. I don't have a timeline for the upgrade, but happy to accept PRs in the meantime.