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

Cleanup the Monolog handler from deprecated features #1068

Merged
merged 2 commits into from Aug 24, 2020

Conversation

ste93cry
Copy link
Collaborator

With this PR I'm going to revert the support of our Monolog handler for setting tags and extras on the events. The reason of this change is that, as discussed multiple times in the past, we don't want to rely on pulling more information than necessary from the unstructured data of the record's context because the same keys may be used by the user for things that have nothing to do with Sentry

Copy link
Collaborator

@Jean85 Jean85 left a comment

Choose a reason for hiding this comment

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

Code LGTM 👍 but I would add a section in the upgrade guide on how to decorate Monolog to achieve the same. This is because it's an highly requested feature, and having a piece of text to point to will be valuable in the future.

@ste93cry
Copy link
Collaborator Author

ste93cry commented Aug 19, 2020

This is because it's an highly requested feature, and having a piece of text to point to will be valuable in the future

Totally agree, but is it really something to write in the UPGRADE file or would it be better in official doc?

@ste93cry ste93cry force-pushed the feature/cleanup-monolog-handler branch from 455bcef to 3f26aba Compare August 23, 2020 15:48
@ste93cry ste93cry requested a review from Jean85 August 23, 2020 15:49
@ste93cry ste93cry merged commit 7781b58 into getsentry:3.x Aug 24, 2020
@ste93cry ste93cry deleted the feature/cleanup-monolog-handler branch August 24, 2020 07:46
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.

None yet

2 participants