sentry-javascript

Official Sentry SDKs for JavaScript

MIT License

Downloads
373.3M
Stars
7.9K
Committers
546

Bot releases are hidden (Show)

sentry-javascript - 3.0.3

Published by benvinegar over 8 years ago

sentry-javascript - 3.0.2

Published by benvinegar over 8 years ago

sentry-javascript - 3.0.1

Published by benvinegar over 8 years ago

sentry-javascript - 3.0.0

Published by benvinegar over 8 years ago

sentry-javascript - 2.3.0

Published by benvinegar over 8 years ago

sentry-javascript - 2.2.1

Published by benvinegar over 8 years ago

sentry-javascript - 2.2.0

Published by benvinegar over 8 years ago

sentry-javascript - 2.1.1

Published by benvinegar over 8 years ago

sentry-javascript - 2.1.0

Published by benvinegar over 8 years ago

sentry-javascript - 2.0.5

Published by benvinegar almost 9 years ago

sentry-javascript - 2.0.4

Published by benvinegar almost 9 years ago

  • BUGFIX: Fixed bug where Raven.VERSION was not set when required as a CommonJS module.
sentry-javascript - 2.0.2

Published by benvinegar almost 9 years ago

sentry-javascript -

Published by mattrobenolt almost 9 years ago

sentry-javascript - 2.0.0

Published by benvinegar almost 9 years ago

NOTE: raven-js 2.x requires Sentry 8

  • CHANGE: Default HTTP transport changed from Image GET to XMLHttpRequest POST (w/ CORS)
  • CHANGE: Raven.js now wraps functions passed to timer functions, event listeners, and XMLHttpRequest handlers
  • CHANGE: Removed jQuery, Backbone, and native plugins (now handled inside raven.js)
  • CHANGE: When using CommonJS, plugins are initialized via Raven.addPlugin(require('raven-js/plugins/ember'))
  • CHANGE: Raven builds are generated using Browserify
  • NEW: Integration tests (/test/integration/index.html)
sentry-javascript -

Published by mattrobenolt almost 9 years ago

sentry-javascript -

Published by mattrobenolt almost 9 years ago

  • BUGFIX: Error in cases where a document context doesn't exist. See: https://github.com/getsentry/raven-js/pull/383
  • BUGFIX: Trailing comma when using unminified dist which affects IE9. See: https://github.com/getsentry/raven-js/pull/385
  • NEW: Add ability to swap in a custom transport. Adds Raven.setTransport, and transport option to config. Docs: https://docs.getsentry.com/hosted/clients/javascript/config/
  • CHANGE: Always expose Raven to window. Please call Raven.noConflict() if you want it restored to what it was. See: https://github.com/getsentry/raven-js/pull/393
  • DEPRECATED: Replace Raven.setReleaseContext with Raven.setRelease.
  • NEW: Add Raven.clearContext() to empty all of the context.
  • NEW: Add Raven.getContext() to get a copy of the current context.
  • NEW: Raven.set{Extra,Tags}Context(ctx) now merges with existing values instead of overwriting.
  • NEW: Add Raven.addPlugin() to register a plugin to be initialized when installed.
  • NEW: Plugins are now initialized and loaded when calling Raven.install(). This avoid some race conditions with load order.
sentry-javascript -

Published by mattrobenolt about 9 years ago

sentry-javascript -

Published by mattrobenolt about 9 years ago

sentry-javascript -

Published by mattrobenolt about 9 years ago

sentry-javascript -

Published by mattrobenolt about 10 years ago