Closed rakai93 closed 6 years ago
Seems like the travis CI jobs is broken (correct me if I'm wong), but tests are failing unrelated to this change. Can someone please have a look?
@rakai93 mind rebasing from master?
@ashwoods Thank you, I merged master and now the checks pass!
This commit changes the breadcumbs processor to be able to handle dict-style logging properly, e.g.
logger.info('Hello %(who)s', {'who': 'world'})
. Prior to this change, breadcrumbs shown in Sentry were not interpolated and thus hard to follow.