rollbar / rollbar-php-symfony-bundle

Bundle for Symfony that integrates Rollbar tracker
MIT License
28 stars 25 forks source link

server.root not working as expected #31

Closed ArturMoczulski closed 6 years ago

ArturMoczulski commented 6 years ago

From #support channel:

It looks like it's saying errors are different because they have a different file path. Our file paths include the hash of the artefact that is currently deployed, so these always change every deploy. Or is it because there's a different id? Although I would have thought ID detection in error messages would be Rollbar's bread and butter...

ArturMoczulski commented 6 years ago

@jessewgibbs I believe the filepath is used for default fingerprinting. So if a unique artifact id is being used in the path, it will create problems with fingerprinting. I believe the best workaround is to use custom fingerprinting - they can, for example, ignore the unique artifact name and replace it with a * character before sending errors to Rollbar.

ArturMoczulski commented 6 years ago

Actually, this has been resolved.