@aspecto/opentelemetry-base
Advanced tools
@@ -20,3 +20,3 @@ "use strict"; | ||
| AspectoAttributeNames["ASPECTO_SAMPLING_UNINITIALIZED"] = "aspecto.sampling.uninitialized"; | ||
| })(AspectoAttributeNames = exports.AspectoAttributeNames || (exports.AspectoAttributeNames = {})); | ||
| })(AspectoAttributeNames || (exports.AspectoAttributeNames = AspectoAttributeNames = {})); | ||
| var LambdaAttributes; | ||
@@ -26,3 +26,3 @@ (function (LambdaAttributes) { | ||
| LambdaAttributes["RESPONSE"] = "lambda.response"; | ||
| })(LambdaAttributes = exports.LambdaAttributes || (exports.LambdaAttributes = {})); | ||
| })(LambdaAttributes || (exports.LambdaAttributes = LambdaAttributes = {})); | ||
| var MessagingExtendedAttribute; | ||
@@ -33,3 +33,3 @@ (function (MessagingExtendedAttribute) { | ||
| MessagingExtendedAttribute["MESSAGING_NUMBER_OF_MESSAGES"] = "messaging.number_of_messages"; | ||
| })(MessagingExtendedAttribute = exports.MessagingExtendedAttribute || (exports.MessagingExtendedAttribute = {})); | ||
| })(MessagingExtendedAttribute || (exports.MessagingExtendedAttribute = MessagingExtendedAttribute = {})); | ||
| //# sourceMappingURL=attribute-names.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"attribute-names.js","sourceRoot":"","sources":["../../src/attribute-names.ts"],"names":[],"mappings":";;;AAAa,QAAA,0BAA0B,GAAG,gBAAgB,CAAC;AAC9C,QAAA,uBAAuB,GAAG,eAAe,CAAC;AAEvD,IAAY,qBAaX;AAbD,WAAY,qBAAqB;IAC7B,gEAAuC,CAAA;IACvC,kEAAyC,CAAA;IACzC,gDAAuB,CAAA;IACvB,gEAAuC,CAAA;IACvC,oDAA2B,CAAA;IAC3B,wEAA+C,CAAA;IAC/C,oEAA2C,CAAA;IAC3C,gEAAuC,CAAA;IACvC,8EAAqD,CAAA;IACrD,oGAA2E,CAAA;IAC3E,gHAAuF,CAAA;IACvF,0FAAiE,CAAA;AACrE,CAAC,EAbW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAahC;AAED,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IACxB,0CAAsB,CAAA;IACtB,gDAA4B,CAAA;AAChC,CAAC,EAHW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAG3B;AAED,IAAY,0BAIX;AAJD,WAAY,0BAA0B;IAClC,qEAAuC,CAAA;IACvC,mHAAqF,CAAA;IACrF,2FAA6D,CAAA;AACjE,CAAC,EAJW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAIrC","sourcesContent":["export const ManualSpansAttributePrefix = 'aspecto.manual';\nexport const SetSpansAttributePrefix = 'aspecto.extra';\n\nexport enum AspectoAttributeNames {\n HTTP_REQUEST_BODY = 'http.request.body',\n HTTP_RESPONSE_BODY = 'http.response.body',\n HTTP_PATH = 'http.path',\n MESSAGING_PAYLOAD = 'messaging.payload',\n DB_RESPONSE = 'db.response',\n MODULE_VERSION = 'instrumented_library.version',\n ASPECTO_MANUAL_TYPE = `aspecto.manual.type`,\n ASPECTO_CALLSTACK = 'aspecto.callstack',\n ASPECTO_SAMPLING_RULE_ID = 'aspecto.sampling.rule.id',\n ASPECTO_SAMPLING_LOCAL_SAMPLER_NAME = 'aspecto.sampling.local_sampler.name',\n ASPECTO_SAMPLING_MESSAGING_REMOTE_RULE_ID = 'aspecto.sampling.messaging_remote.rule.id',\n ASPECTO_SAMPLING_UNINITIALIZED = 'aspecto.sampling.uninitialized',\n}\n\nexport enum LambdaAttributes {\n EVENT = 'lambda.event',\n RESPONSE = 'lambda.response',\n}\n\nexport enum MessagingExtendedAttribute {\n MESSAGING_PAYLOAD = 'messaging.payload',\n MESSAGING_RABBITMQ_CONSUME_END_OPERATION = 'messaging.rabbitmq.consume_end_operation',\n MESSAGING_NUMBER_OF_MESSAGES = 'messaging.number_of_messages',\n}\n"]} | ||
| {"version":3,"file":"attribute-names.js","sourceRoot":"","sources":["../../src/attribute-names.ts"],"names":[],"mappings":";;;AAAa,QAAA,0BAA0B,GAAG,gBAAgB,CAAC;AAC9C,QAAA,uBAAuB,GAAG,eAAe,CAAC;AAEvD,IAAY,qBAaX;AAbD,WAAY,qBAAqB;IAC7B,gEAAuC,CAAA;IACvC,kEAAyC,CAAA;IACzC,gDAAuB,CAAA;IACvB,gEAAuC,CAAA;IACvC,oDAA2B,CAAA;IAC3B,wEAA+C,CAAA;IAC/C,oEAA2C,CAAA;IAC3C,gEAAuC,CAAA;IACvC,8EAAqD,CAAA;IACrD,oGAA2E,CAAA;IAC3E,gHAAuF,CAAA;IACvF,0FAAiE,CAAA;AACrE,CAAC,EAbW,qBAAqB,qCAArB,qBAAqB,QAahC;AAED,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IACxB,0CAAsB,CAAA;IACtB,gDAA4B,CAAA;AAChC,CAAC,EAHW,gBAAgB,gCAAhB,gBAAgB,QAG3B;AAED,IAAY,0BAIX;AAJD,WAAY,0BAA0B;IAClC,qEAAuC,CAAA;IACvC,mHAAqF,CAAA;IACrF,2FAA6D,CAAA;AACjE,CAAC,EAJW,0BAA0B,0CAA1B,0BAA0B,QAIrC","sourcesContent":["export const ManualSpansAttributePrefix = 'aspecto.manual';\nexport const SetSpansAttributePrefix = 'aspecto.extra';\n\nexport enum AspectoAttributeNames {\n HTTP_REQUEST_BODY = 'http.request.body',\n HTTP_RESPONSE_BODY = 'http.response.body',\n HTTP_PATH = 'http.path',\n MESSAGING_PAYLOAD = 'messaging.payload',\n DB_RESPONSE = 'db.response',\n MODULE_VERSION = 'instrumented_library.version',\n ASPECTO_MANUAL_TYPE = `aspecto.manual.type`,\n ASPECTO_CALLSTACK = 'aspecto.callstack',\n ASPECTO_SAMPLING_RULE_ID = 'aspecto.sampling.rule.id',\n ASPECTO_SAMPLING_LOCAL_SAMPLER_NAME = 'aspecto.sampling.local_sampler.name',\n ASPECTO_SAMPLING_MESSAGING_REMOTE_RULE_ID = 'aspecto.sampling.messaging_remote.rule.id',\n ASPECTO_SAMPLING_UNINITIALIZED = 'aspecto.sampling.uninitialized',\n}\n\nexport enum LambdaAttributes {\n EVENT = 'lambda.event',\n RESPONSE = 'lambda.response',\n}\n\nexport enum MessagingExtendedAttribute {\n MESSAGING_PAYLOAD = 'messaging.payload',\n MESSAGING_RABBITMQ_CONSUME_END_OPERATION = 'messaging.rabbitmq.consume_end_operation',\n MESSAGING_NUMBER_OF_MESSAGES = 'messaging.number_of_messages',\n}\n"]} |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"mime-type.js","sourceRoot":"","sources":["../../src/mime-type.ts"],"names":[],"mappings":";;;AAAA,MAAM,qBAAqB,GAAG;IAC1B,MAAM;IACN,qBAAqB;IACrB,kBAAkB;IAClB,qBAAqB;IACrB,iBAAiB;IACjB,mCAAmC;IACnC,iBAAiB;IACjB,mBAAmB;CACtB,CAAC;AAEK,MAAM,2BAA2B,GAAG,CAAC,QAAgB,EAAE,EAAE;IAC5D,IAAI;QACA,OAAO,CAAC,QAAQ,IAAI,qBAAqB,CAAC,IAAI,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,QAAQ,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,CAAC;KAC3F;IAAC,WAAM;QACJ,OAAO,IAAI,CAAC;KACf;AACL,CAAC,CAAC;AANW,QAAA,2BAA2B,+BAMtC","sourcesContent":["const allowedMimeTypePrefix = [\n 'text',\n 'multipart/form-data',\n 'application/json',\n 'application/ld+json',\n 'application/rtf',\n 'application/x-www-form-urlencoded',\n 'application/xml',\n 'application/xhtml',\n];\n\nexport const shouldCaptureBodyByMimeType = (mimeType: string) => {\n try {\n return !mimeType || allowedMimeTypePrefix.some((prefix) => mimeType.startsWith(prefix));\n } catch {\n return true;\n }\n};\n"]} | ||
| {"version":3,"file":"mime-type.js","sourceRoot":"","sources":["../../src/mime-type.ts"],"names":[],"mappings":";;;AAAA,MAAM,qBAAqB,GAAG;IAC1B,MAAM;IACN,qBAAqB;IACrB,kBAAkB;IAClB,qBAAqB;IACrB,iBAAiB;IACjB,mCAAmC;IACnC,iBAAiB;IACjB,mBAAmB;CACtB,CAAC;AAEK,MAAM,2BAA2B,GAAG,CAAC,QAAgB,EAAE,EAAE;IAC5D,IAAI,CAAC;QACD,OAAO,CAAC,QAAQ,IAAI,qBAAqB,CAAC,IAAI,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,QAAQ,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,CAAC;IAC5F,CAAC;IAAC,WAAM,CAAC;QACL,OAAO,IAAI,CAAC;IAChB,CAAC;AACL,CAAC,CAAC;AANW,QAAA,2BAA2B,+BAMtC","sourcesContent":["const allowedMimeTypePrefix = [\n 'text',\n 'multipart/form-data',\n 'application/json',\n 'application/ld+json',\n 'application/rtf',\n 'application/x-www-form-urlencoded',\n 'application/xml',\n 'application/xhtml',\n];\n\nexport const shouldCaptureBodyByMimeType = (mimeType: string) => {\n try {\n return !mimeType || allowedMimeTypePrefix.some((prefix) => mimeType.startsWith(prefix));\n } catch {\n return true;\n }\n};\n"]} |
+3
-3
| { | ||
| "name": "@aspecto/opentelemetry-base", | ||
| "version": "0.1.0", | ||
| "version": "0.2.0", | ||
| "description": "Base types for Aspecto Opentelemetry", | ||
@@ -30,5 +30,5 @@ "author": "Aspecto.io", | ||
| "devDependencies": { | ||
| "typescript": "4.4.4" | ||
| "typescript": "5.4.5" | ||
| }, | ||
| "gitHead": "5bdbf82ff4ce1fb617273491c50bb50349aef22c" | ||
| "gitHead": "1fb6903327c84864c384a6068bead125db0d0237" | ||
| } |
-694
| # Change Log | ||
| All notable changes to this project will be documented in this file. | ||
| See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
| # [0.1.0](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.142...v0.1.0) (2023-10-17) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.142](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.140...v0.0.142) (2023-09-21) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.141](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.140...v0.0.141) (2023-09-20) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.140](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.139...v0.0.140) (2023-03-01) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.139](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.138...v0.0.139) (2022-11-30) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.138](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.137...v0.0.138) (2022-11-02) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.137](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.136...v0.0.137) (2022-07-12) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.136](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.135...v0.0.136) (2022-06-07) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.135](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.134...v0.0.135) (2022-04-05) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.134](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.133...v0.0.134) (2022-03-16) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.133](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.132...v0.0.133) (2022-01-03) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.132](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.131...v0.0.132) (2021-12-23) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.131](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.130...v0.0.131) (2021-12-09) | ||
| ### Features | ||
| * add waitForSamplingRule option ([#237](https://github.com/aspecto-io/aspecto-opentelemetry-js/issues/237)) ([e1ba104](https://github.com/aspecto-io/aspecto-opentelemetry-js/commit/e1ba104260f19d4bdb8faa7fa75a0b64457aaff0)) | ||
| * enhance entry span with sampling metadata ([#236](https://github.com/aspecto-io/aspecto-opentelemetry-js/issues/236)) ([db14bf7](https://github.com/aspecto-io/aspecto-opentelemetry-js/commit/db14bf75bfff27214c38121d69a5ef6f09dbf26c)) | ||
| ## [0.0.130](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.129...v0.0.130) (2021-11-30) | ||
| ### Features | ||
| * set attr active span ([#229](https://github.com/aspecto-io/aspecto-opentelemetry-js/issues/229)) ([2a31dd7](https://github.com/aspecto-io/aspecto-opentelemetry-js/commit/2a31dd731f9b0bdde8f49b85cc19cb0c0a6b1ffc)) | ||
| ## [0.0.129](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.128...v0.0.129) (2021-10-28) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.128](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.127...v0.0.128) (2021-10-26) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.127](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.126...v0.0.127) (2021-10-10) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.126](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.125...v0.0.126) (2021-09-23) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.125](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.124...v0.0.125) (2021-09-19) | ||
| ### Features | ||
| * capture sqs receive number of messages into an attribute ([#206](https://github.com/aspecto-io/aspecto-opentelemetry-js/issues/206)) ([2ad403f](https://github.com/aspecto-io/aspecto-opentelemetry-js/commit/2ad403fcbaba320252499df71fd28627decd98db)) | ||
| ## [0.0.124](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.123...v0.0.124) (2021-08-01) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.123](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.122...v0.0.123) (2021-07-14) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.122](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.121...v0.0.122) (2021-07-07) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.121](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.120...v0.0.121) (2021-07-06) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.120](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.119...v0.0.120) (2021-07-06) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.119](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.118...v0.0.119) (2021-07-05) | ||
| ### Bug Fixes | ||
| * missing source-maps ([#195](https://github.com/aspecto-io/aspecto-opentelemetry-js/issues/195)) ([4bbc71c](https://github.com/aspecto-io/aspecto-opentelemetry-js/commit/4bbc71cca4e066bf09387c773ce85d951a395f4b)) | ||
| ## [0.0.118](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.117...v0.0.118) (2021-06-20) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.117](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.116...v0.0.117) (2021-05-30) | ||
| ### Features | ||
| * manual instrumentation ([#182](https://github.com/aspecto-io/aspecto-opentelemetry-js/issues/182)) ([fd89333](https://github.com/aspecto-io/aspecto-opentelemetry-js/commit/fd893334f9b3689f954ea02c52886f112cf71775)) | ||
| ## [0.0.116](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.115...v0.0.116) (2021-05-18) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.115](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.114...v0.0.115) (2021-05-10) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.114](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.113...v0.0.114) (2021-04-27) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.113](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.112...v0.0.113) (2021-04-18) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.112](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.111...v0.0.112) (2021-04-06) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.111](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.110...v0.0.111) (2021-04-06) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.110](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.109...v0.0.110) (2021-03-24) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.109](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.108...v0.0.109) (2021-03-24) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.108](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.107...v0.0.108) (2021-03-24) | ||
| ### Features | ||
| * amqplib (RabbitMQ) instrumentation ([#149](https://github.com/aspecto-io/aspecto-opentelemetry-js/issues/149)) ([0c3bc71](https://github.com/aspecto-io/aspecto-opentelemetry-js/commit/0c3bc711a86920a0b8776d46b5042b9c43fa97e0)) | ||
| ## [0.0.107](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.106...v0.0.107) (2021-03-11) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.106](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.105...v0.0.106) (2021-03-07) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.105](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.104...v0.0.105) (2021-03-04) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.104](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.103...v0.0.104) (2021-03-04) | ||
| ### Features | ||
| * collect module version from plugins ([#142](https://github.com/aspecto-io/aspecto-opentelemetry-js/issues/142)) ([14d6a4c](https://github.com/aspecto-io/aspecto-opentelemetry-js/commit/14d6a4caa5db6f209d599175ca9567f8e08eb108)) | ||
| ## [0.0.103](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.102...v0.0.103) (2021-02-28) | ||
| ### Features | ||
| * overlook media content (video, images, etc.) ([#140](https://github.com/aspecto-io/aspecto-opentelemetry-js/issues/140)) ([73019c4](https://github.com/aspecto-io/aspecto-opentelemetry-js/commit/73019c47e4e0db809b1e289e6da81522d4ad1891)) | ||
| ## [0.0.102](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.101...v0.0.102) (2021-02-18) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.101](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.100...v0.0.101) (2021-02-17) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.100](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.99...v0.0.100) (2021-02-17) | ||
| ### Features | ||
| * use instrumentation instead of plugins ([#129](https://github.com/aspecto-io/aspecto-opentelemetry-js/issues/129)) ([9502466](https://github.com/aspecto-io/aspecto-opentelemetry-js/commit/950246603af0494ecbda7211d5248b7918defd45)) | ||
| ## [0.0.99](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.98...v0.0.99) (2021-02-14) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.98](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.97...v0.0.98) (2021-02-09) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.97](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.96...v0.0.97) (2021-02-08) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.96](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.95...v0.0.96) (2021-02-02) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.95](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.94...v0.0.95) (2021-01-26) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.94](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.93...v0.0.94) (2021-01-26) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.93](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.92...v0.0.93) (2021-01-25) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.91](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.90...v0.0.91) (2021-01-05) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.90](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.89...v0.0.90) (2020-12-31) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.89](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.88...v0.0.89) (2020-12-20) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.88](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.87...v0.0.88) (2020-12-16) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.86](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.85...v0.0.86) (2020-12-08) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.85](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.84...v0.0.85) (2020-12-07) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.84](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.83...v0.0.84) (2020-11-19) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.83](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.82...v0.0.83) (2020-11-18) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.82](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.81...v0.0.82) (2020-11-18) | ||
| ### Features | ||
| * handle pubsub and timer lambda triggers ([#60](https://github.com/aspecto-io/aspecto-opentelemetry-js/issues/60)) ([876301c](https://github.com/aspecto-io/aspecto-opentelemetry-js/commit/876301c6be8e4762116d78b712b0d6ee1b35ea69)) | ||
| ## [0.0.81](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.80...v0.0.81) (2020-11-15) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.80](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.79...v0.0.80) (2020-11-12) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.79](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.78...v0.0.79) (2020-11-11) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.78](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.77...v0.0.78) (2020-11-10) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.77](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.76...v0.0.77) (2020-11-03) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.76](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.75...v0.0.76) (2020-11-03) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.75](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.74...v0.0.75) (2020-11-03) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.74](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.73...v0.0.74) (2020-10-28) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.73](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.72...v0.0.73) (2020-10-27) | ||
| ### Features | ||
| * upgrade to otel v0.12.0 ([#39](https://github.com/aspecto-io/aspecto-opentelemetry-js/issues/39)) ([56f7083](https://github.com/aspecto-io/aspecto-opentelemetry-js/commit/56f7083e06539355f53edc7bfac78c1416403f42)) | ||
| ## [0.0.71](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.70...v0.0.71) (2020-10-26) | ||
| ### Bug Fixes | ||
| * **deps:** update opentelemetry monorepo ([#1](https://github.com/aspecto-io/aspecto-opentelemetry-js/issues/1)) ([f8a5220](https://github.com/aspecto-io/aspecto-opentelemetry-js/commit/f8a5220e72070a13493223f800d2e31318450c04)) | ||
| ## [0.0.71-alpha.0](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.70...v0.0.71-alpha.0) (2020-10-25) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.70](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.69...v0.0.70) (2020-10-21) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.69](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.68...v0.0.69) (2020-10-14) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.68](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.67...v0.0.68) (2020-10-13) | ||
| ### Features | ||
| * capture sqs message payload ([#27](https://github.com/aspecto-io/aspecto-opentelemetry-js/issues/27)) ([9f00a9c](https://github.com/aspecto-io/aspecto-opentelemetry-js/commit/9f00a9cac40c19c68a5feed624022c15a008f493)) | ||
| ## [0.0.67](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.66...v0.0.67) (2020-10-06) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## [0.0.66](https://github.com/aspecto-io/aspecto-opentelemetry-js/compare/v0.0.65...v0.0.66) (2020-10-05) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## 0.0.65 (2020-09-29) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## 0.0.64 (2020-09-24) | ||
| ### Features | ||
| * Added TypeORM support ([#17](https://github.com/aspecto-io/aspecto-opentelemetry-js/pull/17)) ([cef98e9](https://github.com/aspecto-io/aspecto-opentelemetry-js/commit/cef98e9436f9bf5949a38b96bf0ec2289656eaa0)) | ||
| ## 0.0.63 (2020-09-22) | ||
| ### Features | ||
| * add live instance id attribute ([#16](https://github.com/aspecto-io/aspecto-opentelemetry-js/pull/16)) ([1e25b65](https://github.com/aspecto-io/aspecto-opentelemetry-js/commit/1e25b65a1a07f7ca536970b92075f50aadb760f0)) | ||
| ## 0.0.62 (2020-09-16) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base | ||
| ## 0.0.61 (2020-09-16) | ||
| **Note:** Version bump only for package @aspecto/opentelemetry-base |
24804
-41.24%14
-6.67%