Skip to content

PHP Interface, log() method isn't handling fingerprint as documented #350

@chris-miller-jonah

Description

@chris-miller-jonah

https://docs.rollbar.com/docs/grouping-algorithm Shows that you should be able to pass an array as the third parameter to Rollbar::log(Level::INFO, "Some message", array("fingerprint"=>"my-custom-fingerprint")); and that it will be used for grouping purposes.

However when I pass a fingerprint value like that and then check on Rollbar, I see that the Item occurrences I created have the fingerprint showing up in the messages.fingerprint. And the occurrences I created that have unique fingerprints are still grouped under the same item, not under separate items as expected.

Is the documentation correct? Or is there another way I'm supposed to set the fingerprint when I call the log() method?

Metadata

Metadata

Labels

Type: BugFix a component so that its behavior aligns with its documentation.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions