Releases: thundra-io/thundra-agent-nodejs
Releases · thundra-io/thundra-agent-nodejs
Release 2.13.40
- Fixed Thundra APM console invocation URL (2dc5cfb)
Release 2.13.39
- Require 'require-in-the-middle' on runtime (#349) (878f5bc)
- Disabled load time instrumentation by default in AWS-Lambda environment (#347) (5e86079)
- Bump node-forge from 1.2.1 to 1.3.0 (#336) (0bd9b90)
Release 2.13.38
- Fixed
thundra.agent.trace.integrations.disable
config handling logic (#348) (3a0b203)
Release 2.13.37
- Required
aws-sdk/global
instead of whole aws-sdk
while instrumentation aws-sdk
library (#343) (65dd9ac)
Release 2.13.36
- Appended current time as ISO format to internal logs in
ThundraLogger.ts
(969e43a)
Release 2.13.35
- Appended current time into internal logs (#342) (9443e84)
Release 2.13.34
- Added flag to enable/disable (enable by default for now) load time instrumentation by
require-in-the-middle
(#341) (6170fb8)
Release 2.13.33
- Looked up task root directory (
/var/task/
) while trying to get module info in AWS Lambda environment (#340) (1ba66bd)
Release 2.13.32
- Looked up task root directory (
/var/task/
) while trying to require module in AWS Lambda environment (#339) (3db8af7)