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

(feat) Increased detail in handled event breadcrumb #493

Merged
merged 10 commits into from
Mar 30, 2020

Commits on Mar 23, 2020

  1. (feat) Increased detail in handled event breadcrumb

    Robin Macharg committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    41a9e0f View commit details
    Browse the repository at this point in the history
  2. Update Tests/BugsnagClientTests.m

    Co-Authored-By: Tom Longridge <tom@bugsnag.com>
    robinmacharg and tomlongridge committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    c85f565 View commit details
    Browse the repository at this point in the history
  3. Update Tests/BugsnagClientTests.m

    Co-Authored-By: Tom Longridge <tom@bugsnag.com>
    robinmacharg and tomlongridge committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    485e0e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Merge branch 'robin/Enhance-automatic-breadcrumbs-for-orientation-cha…

    …nge' into robin/add-additional-metadata-to-error-breadcrumbs
    
    # Conflicts:
    #	Source/BugsnagClient.m
    Robin Macharg committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    baac790 View commit details
    Browse the repository at this point in the history
  2. (fix) Revert a change to the event serialisation that caused breadcru…

    …mbs to fail to be reported
    
    A global search-and-replace of "name" by "message" in the breadcrumb portions of code (to bring the cocoa notifier in line with other notifiers) failed to take account of the Bugsnag error reporting API, which expects a "name"-keyed field.
    Robin Macharg committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    239697b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'robin/fix-breadcrumb-error-api' into robin/add-addition…

    …al-metadata-to-error-breadcrumbs
    Robin Macharg committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    84b6afe View commit details
    Browse the repository at this point in the history
  4. post-merge fixup

    Robin Macharg committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    8bb7c57 View commit details
    Browse the repository at this point in the history
  5. (fix) Additional reversion of API-breaking changes, addressed a small…

    … review issue
    Robin Macharg committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    c6fe42e View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/v6' into robin/add-additional-me…

    …tadata-to-error-breadcrumbs
    Robin Macharg committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    37e01e2 View commit details
    Browse the repository at this point in the history
  7. Small post-merge fixup

    Robin Macharg committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    b7a6ea6 View commit details
    Browse the repository at this point in the history