honeybadger-io / honeybadger-python

Send Python and Django errors to Honeybadger.
https://www.honeybadger.io/
MIT License
15 stars 25 forks source link

honeybadger.notify() should return uuid #139

Closed joshuap closed 1 year ago

joshuap commented 1 year ago

A customer reports the following behavior:

hb_notify_response = honeybadger.notify("my exception", context={'foo': 'bar'})
print(f'hb_notify_response: {hb_notify_response}')
% python tryHoneyBadger.py
hb_notify_response: None

Can we make it return a UUID, like the Ruby gem does? The uuid is sent with the notice, and can be used to look up notices in the UI like this:

http://app.honeybadger.io/notice/[uuid]

cc @Kelvin4664 @subzero10

Front logo Front conversations

Kelvin4664 commented 1 year ago

@joshuap Can you take a screenshot of the UI? I am unable to access it. image

joshuap commented 1 year ago

@Kelvin4664 it just does a redirect to the error that was reported if it exists.

subzero10 commented 1 year ago

This is available with v0.15.2 !