We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3395f6e commit 992a733Copy full SHA for 992a733
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 = "74-next";
+pub const EXTENSION_VERSION: &str = "75-next";
49
50
const REGION_KEY: &str = "region";
51
const ACCOUNT_ID_KEY: &str = "account_id";
0 commit comments