We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5774550 commit 440fb3eCopy full SHA for 440fb3e
bottlecap/src/tags/lambda/tags.rs
@@ -45,7 +45,7 @@ const FUNCTION_TAGS_KEY: &str = "_dd.tags.function";
45
// TODO(astuyve) decide what to do with the version
46
const EXTENSION_VERSION_KEY: &str = "dd_extension_version";
47
// TODO(duncanista) figure out a better way to not hardcode this
48
-pub const EXTENSION_VERSION: &str = "81-next";
+pub const EXTENSION_VERSION: &str = "82-next";
49
50
const REGION_KEY: &str = "region";
51
const ACCOUNT_ID_KEY: &str = "account_id";
0 commit comments