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(react): Add reactRouterV4/V5BrowserTracingIntegration for react router v4 & v5 #10488

Merged
merged 4 commits into from Feb 5, 2024

Commits on Feb 5, 2024

  1. feat(react): Add browserTracingIntegrations for router v4 & v5

    This adds new `browserTracingReactRouterV4Integration()` and `browserTracingReactRouterV5Integration()` exports, deprecating these old routing instrumentations.
    
    I opted to leave as much as possible as-is for now, except for streamlining the attributes/tags we use for the instrumentation.
    mydea committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    4173352 View commit details
    Browse the repository at this point in the history
  2. fix defaults

    mydea committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    a19e904 View commit details
    Browse the repository at this point in the history
  3. export from router package

    mydea committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    7d156d7 View commit details
    Browse the repository at this point in the history
  4. rename to reactRouterV4BrowserTracingIntegration / `reactRouterV5Br…

    …owserTracingIntegration`
    mydea committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    27b1177 View commit details
    Browse the repository at this point in the history