You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(core): include jsii runtime version in analytics (#1288)
Add the jsii runtime version to the library version reporting
under "jsii-runtime". jsii runtime clients populate the JSII_AGENT
environment variable with this information (see aws/jsii#325).
If JSII_AGENT is not defined, we assume this is a node.js runtime
and include the node.js version.
Fixes#1258Fixes awslabs/cdk-ops#127
0 commit comments