Skip to content

Tags: GameAnalytics/aws_ex_ray

Tags

0.1.17-rc5

Toggle 0.1.17-rc5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4 from GameAnalytics/daemon-config-env-vars

Get X-Ray daemon address and port from environment variables

0.1.17-rc4

Toggle 0.1.17-rc4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #3 from GameAnalytics/more-metadata

Add "origin" and "user" segment metadata

0.1.17-rc3

Toggle 0.1.17-rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Handle extra error info properly (#2)

The "extra info" stack trace element is not guaranteed to contain file
and line, and it's not guaranteed to be in that order.  Let's handle
it properly by using Keyword.fetch.

0.1.17-rc2

Toggle 0.1.17-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix stacktrace encoding (#1)

Handle the case where the stack trace contains a list of arguments
instead of an integer arity.

Encode path as a binary instead of a charlist.

Also export the to_map function, so we can encode stack traces
gathered otherwise than from process info.

0.1.17-rc1

Toggle 0.1.17-rc1's commit message
Handle non-string header names in AwsExRay.Util.get_header/3

The header names might be atoms. Don't crash in that case.