Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getsentry/sentry-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.5.4
Choose a base ref
...
head repository: getsentry/sentry-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.6.0
Choose a head ref
  • 11 commits
  • 28 files changed
  • 4 contributors

Commits on Feb 11, 2019

  1. Copy the full SHA
    57b3ce9 View commit details

Commits on Feb 12, 2019

  1. Copy the full SHA
    67360d0 View commit details

Commits on Feb 13, 2019

  1. Copy the full SHA
    eeab4c1 View commit details

Commits on Feb 14, 2019

  1. feat: Add Sentry eventID to the response object (#1890)

    Sets the eventId returned from captureException on ExpressJS middleware. This allows us to use the eventId to inform the user of a tracking ID they can use when in contact with Helpdesk. 
    
    Implements behaviour as shown in https://docs.sentry.io/platforms/node/express/
    Likely an oversight that was missed when moving from Raven to the new clients?
    Tommatheussen authored and kamilogorek committed Feb 14, 2019
    Copy the full SHA
    21a449b View commit details
  2. feat: Add flush & close and read dsn of process.env for node (#1892)

    * feat: Add flush close and dsn from process for node
    
    * feat: Expose flush and close also on browser
    
    * fix: Lint error and add changelog
    HazAT authored Feb 14, 2019
    Copy the full SHA
    f6fc304 View commit details
  3. fix: Loader callback order (#1875)

    * fix: Loader callback order
    
    * feat: Add test for callback order
    
    * feat: Add additional test
    
    * feat: Add more tests
    
    * fix: Loader, append sdk to body
    
    * fix: tests
    
    * Update CHANGELOG.md
    
    * Apply suggestions from code review
    
    Co-Authored-By: HazAT <daniel.griesser.86@gmail.com>
    HazAT authored Feb 14, 2019
    Copy the full SHA
    2f5ce39 View commit details
  4. Copy the full SHA
    ad3c36e View commit details
  5. Changelog update

    kamilogorek committed Feb 14, 2019
    Copy the full SHA
    04add7a View commit details
  6. Copy the full SHA
    71d7a8f View commit details
  7. misc: 4.6.0 changelog

    kamilogorek committed Feb 14, 2019
    Copy the full SHA
    e0322a7 View commit details
  8. release: 4.6.0

    kamilogorek committed Feb 14, 2019
    Copy the full SHA
    5c9b697 View commit details
Loading