Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v7.11.0 #1484

Merged
merged 41 commits into from
Jul 26, 2021
Merged

Release v7.11.0 #1484

merged 41 commits into from
Jul 26, 2021

Commits on Jul 7, 2021

  1. Configuration menu
    Copy the full SHA
    8928145 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    548a443 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19fd340 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Configuration menu
    Copy the full SHA
    7486cbe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1463 from bugsnag/nickdowell/bugsnag-cocoa-v6.10.1

    deps(react-native): Update bugsnag-cocoa to v6.10.1
    nickdowell authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    d92f35a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1dd3856 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1464 from bugsnag/bengourley/plugin-auto-detect-e…

    …rrors-false
    
    [PLAT-6174] feat: Ensure server plugins honour autoDetectErrors option
    bengourley authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    09462bc View commit details
    Browse the repository at this point in the history
  5. Leave breadcrumbs when enabledBreadcrumbTypes=null

    The intended behaviour of enabledBreadcrumbTypes is for breadcrumbs
    to be left when it is null. This allows notifiers to avoid creating
    a set of breadcrumb types when it is not necessary
    
    The latest Android release changed enabledBreadcrumbTypes to null
    by default for performance reasons and uncovered this bug via the
    RN tests
    imjoehaines committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    758badb View commit details
    Browse the repository at this point in the history
  6. Add changelog entry

    imjoehaines committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    bd6cce3 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Configuration menu
    Copy the full SHA
    e6ef283 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    imjoehaines committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    dfa3e5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    568ae3a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Configuration menu
    Copy the full SHA
    341d6c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    734bcf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac0a88f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1466 from bugsnag/fix-auto-breadcrumbs-when-null

    Leave autotomatic breadcrumbs when `enabledBreadcrumbTypes` is null
    imjoehaines authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    7ce9059 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1467 from bugsnag/fix-crash-when-enabled-breadcru…

    …mb-types-is-null
    
    Fix crashes when `enabledBreadcrumbTypes` is null
    imjoehaines authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    17e4f34 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1468 from bugsnag/add-breadcrumb-type-helper

    Add `_isBreadcrumbTypeEnabled` helper to core
    imjoehaines authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    1e9997e View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Configuration menu
    Copy the full SHA
    292e347 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1472 from bugsnag/nickdowell/bugsnag-cocoa-v6.10.2

    deps(react-native): Update bugsnag-cocoa to v6.10.2
    nickdowell authored Jul 14, 2021
    Configuration menu
    Copy the full SHA
    aae81b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b28a609 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Merge pull request #1452 from bugsnag/android-595

    Bump bugsnag-android to v5.10.0
    fractalwrench authored Jul 15, 2021
    Configuration menu
    Copy the full SHA
    76ccdfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b783e27 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Configuration menu
    Copy the full SHA
    ad5ca5a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1474 from bugsnag/android5101

    Bump bugsnag-android to v5.10.1
    fractalwrench authored Jul 16, 2021
    Configuration menu
    Copy the full SHA
    46448d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Configuration menu
    Copy the full SHA
    ce9d8dc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1480 from bugsnag/fix-internal-types

    Fix internal type definition for session delegates
    imjoehaines authored Jul 19, 2021
    Configuration menu
    Copy the full SHA
    577bc44 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Configuration menu
    Copy the full SHA
    a59dc1e View commit details
    Browse the repository at this point in the history
  2. Fix Koa "throw non-Error error" test

    Koa internally wraps thrown non-Errors in an Error instance, which
    means we no longer detect a non-Error in Bugsnag
    
    This doesn't seem like a problem as it's still clearly not an Error
    instance originally:
    
    > non-error thrown: "<thing that was  thrown>"
    imjoehaines committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    5c19016 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72eb7bb View commit details
    Browse the repository at this point in the history
  4. Don't duplicate attaching metadata

    There's no need to attach metadata if ctx.bugsnag exists as we know
    we have added an onError callback to record the metadata already
    
    This was previously required as the errorHandler and requestHandler
    were totally independant
    imjoehaines committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    8eda704 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    443682e View commit details
    Browse the repository at this point in the history
  6. Ensure the status code is set correctly

    We no longer set the status code internally, but Koa does this in
    its error handler so we don't need to anymore
    imjoehaines committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    f846fa9 View commit details
    Browse the repository at this point in the history
  7. Call through to the app error handler if necessary

    Koa doesn't add its own error handler if another handler has been
    added already. We don't want to suppress the default handler just
    by adding Bugsnag, so we need to manually call the built-in handler
    
    However, if another handler has already been added then we don't
    want to call the default as that is also a change in behaviour
    imjoehaines committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    05729f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9d86988 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e50d840 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1ffe2a8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    febca91 View commit details
    Browse the repository at this point in the history
  12. Add changelog entry

    imjoehaines committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    8cdad3d View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Merge pull request #1482 from bugsnag/fix-koa-not-propagating-errors

    Fix the Koa plugin suppressing other error handlers
    imjoehaines authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    e75fa7c View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. chore: update changelog

    djskinner committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    a773072 View commit details
    Browse the repository at this point in the history