Releases: lumigo-io/python_tracer
Releases · lumigo-io/python_tracer
v1.1.154
Prioritizing api gateway event parameters
v1.1.153
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
Bugfix - Extract S3 resource name - when the s3 bucket name contains “.” the URI changes.
v1.1.150
- Added token validation logic
- More robust heuristic to identify APIGW events
v1.1.148
Disable scrubbing Keys for DDB stream
v1.1.147
Disable scrubbing PartitionKey for Kinesis PutRecord
v1.1.146
Bugfix: extract the domain-scrubbing parameter from the environment variables
v1.1.145
Bugfix: identify cold start when there are HTTP calls in the cold-start phase
v1.1.144
Don't include the instrument line in the error's stacktrace
v1.1.143
Mimic AWS import strategy when instrumenting the original handler