Skip to content

Releases: honeycombio/beeline-python

v2.4.3

16 Jan 18:08
32a30f2
Compare
Choose a tag to compare
  • Fixed issue in tracer context manager where span object was not yielded.

v2.4.2

10 Jan 19:12
c5c0f6d
Compare
Choose a tag to compare
  • Fixes issue where trace_id and parent_id were not passed from the tracer context manager.
  • Removes some references to non-existent code.

v2.4.1

03 Jan 19:15
35acade
Compare
Choose a tag to compare

Fixes possible crash in the tracer context manager.

v2.4.0

26 Dec 18:06
e2c760e
Compare
Choose a tag to compare

Adds new traced decorator.

v2.3.1

20 Dec 20:51
47cd48c
Compare
Choose a tag to compare

Bug fix: Use .get() to extract info from the the META attribute on the request object in Django to avoid errors when that info is missing.

v2.3.0-1

22 Oct 20:55
25696fd
Compare
Choose a tag to compare
Merge pull request #39 from honeycombio/tredman.propagate_custom_context

[tracing] propagate trace fields to earlier spans

v2.1.0

03 Oct 20:42
5a6869c
Compare
Choose a tag to compare
Merge pull request #33 from honeycombio/tredman.add_marshal_headers

[api] add marshal_trace_context to top-level API

v2.0.0

26 Sep 16:43
a2e01dc
Compare
Choose a tag to compare
Merge pull request #30 from honeycombio/tredman.bump-2.0.0

bump version to 2.0.0

v1.4.0

21 Sep 21:44
147627c
Compare
Choose a tag to compare

Adds debug mode

v1.3.1

19 Sep 23:24
dc0e83f
Compare
Choose a tag to compare
Merge pull request #23 from honeycombio/nathanleclaire.use_dict_get

Use dict get instead of direct dict access in Flask init