sentry-javascript

Official Sentry SDKs for JavaScript

MIT License

Downloads
373.3M
Stars
7.9K
Committers
546

Bot releases are visible (Hide)

sentry-javascript - 6.11.0

Published by getsentry-bot about 3 years ago

feat(nextjs): Allow for TypeScript user config files (#3847)
fix(browser): Make sure handler exists for LinkedErrors Integration (#3861)
fix(core): Skip anonymous callbacks while searching frame URLs. (#3842)
fix(core): Stop rejecting in flush and close when client undefined (#3846)
fix(nextjs): Stop SentryWebpackPlugin from uploading unnecessary files (#3845)
fix(react): Require ReactElement in ErrorBoundary props and render (#3857)
fix(tests): Allow tests to run on Windows without WSL (#3813)
fix(utils): Fix false-positive circular references when normalizing Event objects (#3864)
fix(vue): Make Router.name type optional to match VueRouter (#3843)
ref(core): Prevent redundant setup work (#3862)
ref(nextjs): Stop reinitializing the server SDK unnecessarily (#3860)

sentry-javascript - 6.10.0

Published by getsentry-bot over 3 years ago

  • feat(vue): Rework tracing and add support for Vue 3 (#3804)
  • feat(tracing): Upgrade to web-vitals 2.1.0 (#3781)
  • fix(ember): Make argument to InitSentryForEmber optional (#3802)
  • fix(nextjs): Do not start a navigation if the from URL is the same (#3814)
  • fix(nextjs): Let flush finish in API routes (#3811)
  • fix(nextjs): Use domains to prevent scope bleed (#3788)
  • fix(react): Make Route typing more generic (#3809)
  • ref(tracing): Update span op for outgoing HTTP requests (#3821)
  • ref(tracing): Remove updated CLS from web-vitals (#3822)
sentry-javascript - 6.10.0-beta.3

Published by getsentry-bot over 3 years ago

  • ref(nextjs): Small changes to nextjs integration test runner (#3819)
  • fix(nextjs): Let flush finish in API routes (#3811)
  • fix: Update span op for outgoing HTTP requests (#3821)
  • ref(tracing): Remove updated CLS from web-vitals (#3822) - CHERRY PICKED (NOT
    MERGED TO MASTER)
sentry-javascript - 6.10.0-beta.2

Published by getsentry-bot over 3 years ago

  • fix(nextjs): Do not start a navigation if from url is the same (#3814)
  • fix(nextjs): Use local copies for all sentry packages when testing on vercel (#3812)
  • fix(web-vitals): Check for valid entry in updatedCLS (#3816)
sentry-javascript - 6.10.0-beta

Published by getsentry-bot over 3 years ago

  • feat(tracing): Upgrade to web-vitals 2.1.0 (#3781)
  • feat(vue): Rework tracing and add support for Vue 3 (#3804)
  • fix(ember): Make argument to InitSentryForEmber optional (#3802)
  • fix(nextjs): Small integration test runner fixes (#3801)
  • fix(nextjs): Use domains to prevent scope bleed (#3788)
  • fix(react): Make Route typing more generic (#3809)
sentry-javascript - 6.9.0

Published by getsentry-bot over 3 years ago

  • feat(browser): Use scope data in report dialog (#3792)
  • feat(core): Add ensureNoCircularStructures experiment to help debug serialization bugs (#3776)
  • feat(nextjs): Add options to disable webpack plugin (#3771)
  • feat(react): Support render props in ErrorBoundary (#3793)
  • fix(ember): Correctly cache ember types from prepublish hook (#3749)
  • fix(ember): Fix runtime config options not being merged (#3791)
  • fix(metrics): Check for cls entry sources (#3775)
  • fix(nextjs): Make withSentryConfig return type match given config type (#3760)
  • fix(node): Check if captureRequestSession is available before its called (#3773)
  • fix(node): Enable autoSessionTracking correctly (#3758)
  • fix(react): allRoutes cannot triple equal a new array instance (#3779)
  • fix(tracing): Add check for document.scripts in metrics (#3766)
  • fix(types): Update ExtractedNodeRequestData to include valid query_params for tracesSampler (#3715)
  • ref(gatsby): Default release to empty string (#3759)
  • ref(nextjs): Inject init code in _app and API routes (#3786)
  • ref(nextjs): Pre-disable-plugin-option config cleanup (#3770)
  • ref(nextjs): Stop setting redundant productionBrowserSourceMaps in config (#3765)
sentry-javascript - 6.8.0

Published by getsentry-bot over 3 years ago

  • [browser] feat: Enable serialization of multiple DOM attributes for breadcrumbs. (#3755)
  • [browser] feat: Make dedupe integration default for browser (#3730)
  • [core] fix: Correctly limit Buffer requests (#3736)
  • [ember] ref: Allow initing Ember without config entry (#3745)
  • [serverless] fix: wrapEventFunction does not await for async code (#3740)
sentry-javascript - 6.7.2

Published by getsentry-bot over 3 years ago

  • [core] fix: Do not track sessions if not enabled (#3686)
  • [core] fix: Prevent sending terminal status session updates (#3701)
  • [core] ref: Make beforeSend more strict (#3713)
  • [browser] ref: Log which request type has been limited (#3687)
  • [nextjs] feat: Auto enable node http integration on server (#3675)
  • [nextjs] fix: Correctly handle functional next config in withSentryConfig (#3698)
  • [nextjs] fix: Fix conflict with other libraries modifying webpack entry property (#3703)
  • [nextjs] fix: Update @sentry/webpack-plugin to 1.15.1 in @sentry/nextjs to resolve build timeouts issue (#3708)
  • [nextjs] ref: Split up config code and add tests (#3693)
sentry-javascript - 6.7.1

Published by getsentry-bot over 3 years ago

  • [core] fix: Add event type to item header when envelopes are forced (#3676)
  • [core] fix: Include DSN in envelope header for sessions (#3680)
  • [core] fix: Prevent scope from storing more than 100 breadcrumbs at the time (#3677)
  • [node] ref: Remove default http(s) import from http-module (#3681)
  • [nextjs] feat: Add body data to transaction request context (#3672)
sentry-javascript - 6.7.0

Published by getsentry-bot over 3 years ago

  • [core] feat: Add tunnel option to support request tunneling for dealing with ad-blockers (#3521)
sentry-javascript - 6.6.0

Published by getsentry-bot over 3 years ago

  • [node] feat: Allow for overriding custom UrlParser in Node.js transports (#3612)
  • [browser] feat: Add serializeAttribute option to DOM breadcrumbs. (#3620)
  • [nextjs] fix: Improve NextConfigExports compatibility (#3592)
  • [nextjs] fix: Use correct abs path for server init (#3649)
  • [angular] fix: Do not run change detection when capturing the exception (#3618)
  • [angular] fix: Do not run change detection when finishing transaction (#3622)
  • [angular] fix: Provide a single compilation unit for the trace directive (#3617)
  • [utils] fix: Check for performance.now when calculating browser timing (#3657)
  • [integrations] fix: Run rewriting for both exception and stacktrace events (#3653)
  • [node] ref: Replace old-style require(console) with a global object (#3623)
  • [node] ref: Make HTTPModule more abstract to be able to use it in non-Node.JS environments (#3655)
  • [nextjs] ref: Export BrowserTracing integration directly from @sentry/nextjs (#3647)
sentry-javascript - 6.5.1

Published by HazAT over 3 years ago

  • [nextjs] fix: Prevent webpack 5 from crashing server (#3642)
  • [eslint] build: Upgrade to eslint 7.27.0 (#3639)
  • [nextjs] test: Add nextjs integration tests for Server and Browser (#3632)
  • [browser] ref: Don't send session duration in browser environments (#3616)
  • [hub] fix: Correctly compute session durations (#3616)
sentry-javascript - 6.5.0

Published by getsentry-bot over 3 years ago

  • [angular] fix: prevent memory leak when the root view is removed (#3594)
  • [browser] fix: Do not trigger session on meaningless navigation (#3608)
  • [nextjs] feat: Frontend + withSentry Performance Monitoring (#3580)
  • [react] fix: Use history object for init transaction name (#3609)
sentry-javascript - 6.4.1

Published by getsentry-bot over 3 years ago

  • [ember] ref: Fix merging of runtime config with environment config. (#3563)
  • [angular] ref: Allow angular v12 as a peer dependency. (#3569)
  • [tracing] fix: Avoid browser tracing initialization on node environment (#3548)
  • [react] ref: Make RouteProps typing more generic (#3570)
  • [tracing] fix: Correctly handle pg.Cursor in pg query method (#3567)
  • [types] fix: Add attachment to SentryRequestType (#3561)
  • [nextjs] ref: Disable node session for next.js (#3558)
  • [eslint] feat: Add new eslint rules (#3545)
sentry-javascript - 6.4.0

Published by getsentry-bot over 3 years ago

  • [core] feat: initalScope in SDK Options (#3544)
  • [node] feat: Release Health for Node (Session Aggregates) (#3319)
  • [node] feat: Autoload Database Integrations in Node environment (#3483)
  • [react] feat: Add support for React 17 Error Boundaries (#3532)
  • [tracing] fix: Generate TTFB (Time to first byte) from span data (#3515)
sentry-javascript - 6.3.6

Published by getsentry-bot over 3 years ago

  • [nextjs] fix: Fix error logging (#3512)
  • [nextjs] fix: Add environment automatically (#3495)
  • [node] feat: Implement category based rate limiting (#3435)
  • [node] fix: Set handled to false when it is a crash (#3493)
  • [tracing] fix: Mark tracing distributables as side effects (#3519)
sentry-javascript - 6.3.5

Published by getsentry-bot over 3 years ago

  • [nextjs] fix: Add tslib dependecy; change inject order (#3487)
sentry-javascript - 6.3.4

Published by getsentry-bot over 3 years ago

  • [nextjs] fix: API routes logging (#3479)
sentry-javascript - 6.3.3

Published by getsentry-bot over 3 years ago

  • [nextjs] fix: User server types (#3471)
sentry-javascript - 6.3.2

Published by getsentry-bot over 3 years ago

  • [nextjs] ref: Remove next.js plugin (#3462)
  • [core] fix: Prevent InboundFilters mergeOptions method from breaking users code (#3458)