Skip to content

Releases: lumigo-io/python_tracer

v1.1.154

26 Apr 15:54
Compare
Choose a tag to compare

Prioritizing api gateway event parameters

v1.1.153

26 Apr 15:49
Compare
Choose a tag to compare

New user utils to create programmatic errors.
E.g. lumigo_tracer. info("message", alert_type="MissingValue") will create an issue in lumigo's platform with corresponding notification.
More details in Lumigo's documentation.

v1.1.151

14 Apr 07:42
Compare
Choose a tag to compare

Bugfix - Extract S3 resource name - when the s3 bucket name contains “.” the URI changes.

v1.1.150

06 Apr 12:51
Compare
Choose a tag to compare
  1. Added token validation logic
  2. More robust heuristic to identify APIGW events

v1.1.148

15 Feb 07:30
Compare
Choose a tag to compare

Disable scrubbing Keys for DDB stream

v1.1.147

31 Jan 13:36
Compare
Choose a tag to compare

Disable scrubbing PartitionKey for Kinesis PutRecord

v1.1.146

31 Jan 07:28
Compare
Choose a tag to compare

Bugfix: extract the domain-scrubbing parameter from the environment variables

v1.1.145

10 Jan 15:23
Compare
Choose a tag to compare

Bugfix: identify cold start when there are HTTP calls in the cold-start phase

v1.1.144

05 Jan 17:21
Compare
Choose a tag to compare

Don't include the instrument line in the error's stacktrace

v1.1.143

05 Jan 13:51
Compare
Choose a tag to compare

Mimic AWS import strategy when instrumenting the original handler