rollbar / pyrollbar

Error tracking and logging from Python to Rollbar
https://docs.rollbar.com/docs/python/
MIT License
213 stars 133 forks source link

Move user provided extra data under custom #431

Closed arpad-fulop-rb closed 1 year ago

arpad-fulop-rb commented 1 year ago

Description of the change

custom is a better place for user provided extra_data, since custom is where users can put data interesting to them. However, custom is not to be filled by the SDK, so some SDK generated fields that are also filled using extra_data (in logger.py) should not be moved under custom.

Type of change

Related issues

Shortcut stories and GitHub issues (delete irrelevant)

Checklists

Development

Code review

shortcut-integration[bot] commented 1 year ago

This pull request has been linked to Shortcut Story #127161: Release new beta version of pyrollbar that puts extra_data under custom.

waltjones commented 1 year ago

Merged main branch to pick up CI changes.