sentry-javascript

Official Sentry SDKs for JavaScript

MIT License

Downloads
373.3M
Stars
7.9K
Committers
546

Bot releases are hidden (Show)

sentry-javascript - [email protected]

Published by kamilogorek over 6 years ago

  • FIX: Attempt to provide some information for <unlabeled event> (#1397)
sentry-javascript - [email protected]

Published by kamilogorek over 6 years ago

  • fix: Always pass request through parseRequest for raven-node (#1404)
sentry-javascript - 3.26.2

Published by kamilogorek over 6 years ago

FIX: Fallback to handler name in mechanism (#1359)
FIX: check for undefined stacks in isSameStacktrace (#1339)

sentry-javascript - raven-js - 3.26.1

Published by HazAT over 6 years ago

  • FIX: Bower build
sentry-javascript - 3.26.0

Published by HazAT over 6 years ago

  • REF: Return location.origin instead of assigning it for IE10
  • FEAT: Send exception mechanisms
sentry-javascript - 3.25.2

Published by kamilogorek over 6 years ago

  • REF: Emit transaction instead of culprit (#1330)
sentry-javascript - 3.25.1

Published by kamilogorek over 6 years ago

  • BUILD: fix missing plugins in dist directory and simplify grunt build (#1327)
  • BUGFIX: Polyfill location.origin for IE10 (#1325)
  • BUGFIX: use safe _window and _navigator references (#1324)
sentry-javascript - 3.25.0

Published by kamilogorek over 6 years ago

  • FEAT: Handle JavaScript loaded in the browser inside a blob (#1322)
  • FEAT: Handle DOMError and DOMException gracefully (#1310)
  • BUILD: include plugins-combination in dist and clear some old grunt config (#1313)
sentry-javascript - 3.24.2

Published by kamilogorek over 6 years ago

  • FEAT: Capture breadcrumbs on failed fetch request (#1293)
  • BUGFIX: Make debug mode actually work (#1305)
  • BUGFIX: Use correct frame url in ignore/whitelisturl calls (#1304)
  • BUGFIX: Check input type before doing truncation (#1299)
sentry-javascript - 3.24.1

Published by kamilogorek over 6 years ago

  • FEAT: Add flag for unhandled promise rejections (#1278)
  • BUGFIX: Use guard for document.attachEvent calls (#1289)
sentry-javascript - 3.24.0

Published by kamilogorek over 6 years ago

  • NEW: Introduce sanitizeKeys config option (#1264)
  • NEW: Expose Ravens constructor publicly. Kinda. (#1272)
  • BUGFIX: Guard for invalid input to fill helper method (#1265)
  • BUGFIX: Check if XMLHttpRequest exists before using it (#1265)
sentry-javascript - 3.23.3

Published by kamilogorek over 6 years ago

  • BUGFIX: Fix detection of custom error objects in captureException method, aka "Schrodinger's Error"© patch (#1261)
sentry-javascript - 3.23.2

Published by kamilogorek over 6 years ago

NOTE:
This release may introduce some new events for the same errors, as we'll provide more information on them now.
Your Sentry Issues stream may show new errors, without any changes done to your application's code.

  • NEW: Sensible non-Error exception serializer (#1253)
  • BUGFIX: Create correct fingerprint when using synthetic stacktraces (#1246)
sentry-javascript - 3.23.1

Published by kamilogorek over 6 years ago

  • BUGFIX: Check if addEventListener and removeEventListener are present before calling them
sentry-javascript - 3.23.0

Published by kamilogorek over 6 years ago

NOTE:
This release may introduce some new, previously uncaught errors that were silently occurring in the background.
Your Sentry Issues stream may show new errors, without any changes done to your application's code.

  • NEW: Introduce global unhandled rejections handler and captureUnhandledRejections config option (#1242).
sentry-javascript - 3.22.4

Published by kamilogorek over 6 years ago

  • NEW: Chrome and Firefox Extensions stack trace parsing (#1235)
  • BUGFIX: Handle custom error names in TraceKit (#1237)
  • BUGFIX: Let Edge to send fetch requests using default config (#1236)
  • BUGFIX: Correctly increment trimHeadFrames in captureMessage (#1224)
  • BUILD: Fix browserify plugin transform append (#1229)
sentry-javascript - 3.22.3

Published by kamilogorek over 6 years ago

  • BUGFIX: Reverted Rollup-based build system and fixed broken plugin builds
sentry-javascript - 3.22.2

Published by kamilogorek over 6 years ago

  • BUGFIX: Use correct trimHeadFrames value if capturing new trace (#1216)
  • BUGFIX: Restore console methods after calling uninstall (#1221)
  • BUGFIX: Create safeJoin util for console wrappers (#1222)
sentry-javascript - 3.22.1

Published by kamilogorek almost 7 years ago

  • NEW: Check for SENTRY_RELEASE during config phase (#1194)
  • CHANGE: Fix ChromeLauncher for Travis integration tests (#1196)
  • BUGFIX: Do not include credentials by default (#1191)
  • BUGFIX: Call captureBreadcrumb for fetch after its done (#1197)
sentry-javascript - 3.22.0

Published by kamilogorek almost 7 years ago

  • NEW: Add fetchParameters to configure fetch (#1177)
  • NEW: Delete empty properties before sending event to the server (#1179)
  • CHANGE: Improve support for Windows 10 webview URLs in the stack trace (#1137)
  • CHANGE: Various Typescript typings update (#1134 #1183 #1187)
  • BUGFIX: Access window.location first before trying document.location (#1180)
  • BUGFIX: Check parseUrl for correct input type (#1190)