Skip to content

Tags: pox/beeline-python

Tags

v2.4.7

Toggle v2.4.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request honeycombio#59 from honeycombio/tredman.sql-fix

Bump dependency on libhoney to 1.7.0

v2.4.6

Toggle v2.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request honeycombio#57 from honeycombio/tredman.unicode-fix

[bugfix] safer handling of utf-8 encoded exceptions

v2.4.5

Toggle v2.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request honeycombio#55 from honeycombio/travis.traced-fix

[traced] defer evaluation of beeline initialization until function is…

v2.4.4

Toggle v2.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request honeycombio#54 from mariokostelac/mario/fix_traced

Fix tracing already decorated functions with beeline.traced

v2.4.3

Toggle v2.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request honeycombio#52 from honeycombio/tredman.context-ma…

…nager-return

[trace] tracer context manager should yield the span object

v2.4.2

Toggle v2.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request honeycombio#47 from honeycombio/tredman.context-ma…

…nager

2.4.2 - fixes issue in tracing context manager and some minor issues

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request honeycombio#45 from honeycombio/tredman.hotfix

Fix crash in contextmanager if span is None

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request honeycombio#43 from honeycombio/tredman.span-wrapper

[tracing] Add function decorator 'wrap' to API

2.3.1

Toggle 2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
use .get() for extracting info from middleware requests to avoid erro…

…rs (honeycombio#44)

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request honeycombio#39 from honeycombio/tredman.propagate_…

…custom_context

[tracing] propagate trace fields to earlier spans