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(integration): Ensure LinkedErrors integration runs before all event processors #8956

Merged
merged 4 commits into from
Sep 11, 2023

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    6435437 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd90dc9 View commit details
    Browse the repository at this point in the history
  3. split hook signatures

    mydea committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    976143b View commit details
    Browse the repository at this point in the history
  4. ref: Replace setup with preprocessEvent on Integration interface (#…

    …8969)
    
    A change to #8956
    based on feedback.
    
    I figured it makes sense to also pass the client (as in the one concrete
    example we have we actually need it 😅 ) - not sure if this should be the
    first or last argument, but IMHO you probably don't need this always and
    then it is nicer to have (event, hint) as the API...?
    mydea committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    40cd69e View commit details
    Browse the repository at this point in the history