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: 5.21.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: 5.22.0
Choose a head ref
  • 16 commits
  • 72 files changed
  • 10 contributors

Commits on Aug 24, 2020

  1. Configuration menu
    Copy the full SHA
    8f07fb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0df3981 View commit details
    Browse the repository at this point in the history
  3. ref(gatsby): Make @sentry/tracing mandatory + add tests (#2841)

    * test: Add gatsby-browser, gatsby-node and integration tests
    
    * ref: Make `@sentry/tracing` required dependency
    
    * fix: Remove require.ensure call to prevent delay in Sentry init
    AbhiPrasad authored Aug 24, 2020
    Configuration menu
    Copy the full SHA
    f070384 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee25a51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec75ea7 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. feat: Add integration for offline support (#2778)

    * Add integration for offline support
    
    Offline events are cached in the browser with localforage.
    
    * Add logging statements
    
    * Move 'offline' to the integrations package
    
    * Revert to import assignment
    
    I thought this build was passing, but it looks like there is not an easy way to use a standard import for localforage in this library.
    
    * Use Hub.captureEvent instead of adding @sentry/minimal
    
    * Use localforage types
    
    * Remove async/await syntax to keep bundle size down
    
    * Check for addEventListener in global
    
    * Add tests for Offline integration
    
    * Fixing lockfile after migrating to @sentry/integrations
    
    * Add TS compiler flag to allow import of localforage
    
    * Handle scenario where app has stored events from previous offline session
    
    * Add config for maxStoredEvents with a default limit of 30
    
    * Address new linter rules
    davidmyersdev authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    8fbffe2 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Configuration menu
    Copy the full SHA
    c97c8f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    beec03c View commit details
    Browse the repository at this point in the history
  3. build: Lock in TypeScript to 3.7.5 (#2848)

    * build: Lock in TypeScript to 3.7.5
    
    * build: Prevent anyone from ever changing typescript version
    
    * fix: Force SinonStub to work
    kamilogorek authored Aug 26, 2020
    Configuration menu
    Copy the full SHA
    341c968 View commit details
    Browse the repository at this point in the history
  4. fix(node): save string exception as message of synthetic (#2837)

    Closes #2830
    Throwing a string in node causes the exception to appear as 'Sentry syntheticException'
    in Sentry UI. This saves the string as a message of the syntheticException
    so that the correct message is reported.
    Ugzuzg authored Aug 26, 2020
    Configuration menu
    Copy the full SHA
    c79ce54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0cf6be View commit details
    Browse the repository at this point in the history
  6. fix: A bunch of typos (#2849)

    Co-authored-by: Katie Byers <[email protected]>
    rhcarvalho and lobsterkatie authored Aug 26, 2020
    Configuration menu
    Copy the full SHA
    4f75e8f View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Configuration menu
    Copy the full SHA
    ceb1d1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4a5e74 View commit details
    Browse the repository at this point in the history
  3. misc: 5.22.0 changelog

    kamilogorek committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    6f30b5c View commit details
    Browse the repository at this point in the history
  4. release: 5.22.0

    kamilogorek committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    4048bea View commit details
    Browse the repository at this point in the history
Loading