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

Allow setting the grouping hash when logging #334

Merged
merged 6 commits into from
Jul 6, 2023

Conversation

0HyperCube
Copy link
Contributor

Goal

Allows changing the grouping hash when using the logger methods and the BugsnagHandler to send event, in order to close #253.

Changeset

An extract_grouping_hash was added to the logging handler to allow the grouping hash to be sent to the client.notify function.

Testing

The test_logging_grouping_hash ensures that the specified hash value is sent.

@johnkiely1
Copy link
Member

Hi @0HyperCube,

Thanks for the PR, we will review when priorities allow.

@johnkiely1 johnkiely1 added the backlog We hope to fix this feature/bug in the future label Feb 16, 2023
@imjoehaines imjoehaines changed the base branch from master to next July 4, 2023 08:04
CHANGELOG.md Outdated Show resolved Hide resolved
0HyperCube and others added 2 commits July 5, 2023 16:53
@imjoehaines imjoehaines merged commit 1f45698 into bugsnag:next Jul 6, 2023
9 checks passed
@imjoehaines imjoehaines mentioned this pull request Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog We hope to fix this feature/bug in the future
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to set grouping_hash using logger.<level>() methods
3 participants