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

Add current Laravel context to event #869

Merged
merged 3 commits into from
Mar 25, 2024
Merged

Add current Laravel context to event #869

merged 3 commits into from
Mar 25, 2024

Conversation

stayallive
Copy link
Collaborator

Laravel introduces context which is similar to how our scopes work, this introduces a new integration that adds (if present) the current context to the event/transaction data so they become visible in Sentry.

This can look something like this in the Sentry UI:

afbeelding

Fixes #862.

@stayallive stayallive requested a review from HazAT March 22, 2024 11:45
Copy link
Member

@HazAT HazAT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:chefkiss:

@stayallive stayallive merged commit 6d56923 into master Mar 25, 2024
24 checks passed
@stayallive stayallive deleted the feature/context branch March 25, 2024 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Laravel 11.0's Context
3 participants