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

enable breadcrumbs and context-scoped calls for node #1927

Merged
merged 15 commits into from
Aug 7, 2023

Commits on Feb 17, 2023

  1. enable breadcrumbs and context-scoped calls for node

    Dan Skinner committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    000c454 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Merge branch 'contextualize' into node-breadcrumbs

    Dan Skinner committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    340e7d6 View commit details
    Browse the repository at this point in the history
  2. deprecate req.bugsnag

    Dan Skinner committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    2907e06 View commit details
    Browse the repository at this point in the history
  3. update to use scoped _clientContext

    Dan Skinner committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    c0e10d6 View commit details
    Browse the repository at this point in the history
  4. enable node notifier client interface tests

    Dan Skinner committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    12a92eb View commit details
    Browse the repository at this point in the history
  5. improve test coverage of node client interface

    Dan Skinner committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    48cd972 View commit details
    Browse the repository at this point in the history
  6. use Bugsnag instead of req.bugsnag in express fixture

    Dan Skinner committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    77a905b View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. fix test naming

    Dan Skinner committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    9c3231c View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Merge branch 'integration/v8' into node-breadcrumbs

    Dan Skinner committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    bee12e8 View commit details
    Browse the repository at this point in the history
  2. bump body-parser in express fixture

    the previous version suffered from loss of AsyncLocalStorage context so was updated
    to show the Bugsnag.addFeatureFlag capabilities working inside a request context.
    
    Further coverage will be considered separately for the context-loss cases.
    Dan Skinner committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    acefc51 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    164d06d View commit details
    Browse the repository at this point in the history
  2. revert adding req.bugsnag deprecation

    Dan Skinner committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    54007a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. add runInContext middleware to express plugin

    Dan Skinner committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    019228f View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. add koa breadcrumb e2e test

    Dan Skinner committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    6102558 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Merge branch 'integration/v8' into node-breadcrumbs

    Dan Skinner committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    036f3da View commit details
    Browse the repository at this point in the history