We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 376b4dd commit 026a40dCopy full SHA for 026a40d
bottlecap/src/tags/lambda/tags.rs
@@ -49,7 +49,7 @@ const FUNCTION_TAGS_KEY: &str = "_dd.tags.function";
49
// TODO(astuyve) decide what to do with the version
50
const EXTENSION_VERSION_KEY: &str = "dd_extension_version";
51
// TODO(duncanista) figure out a better way to not hardcode this
52
-const EXTENSION_VERSION: &str = "69-next";
+const EXTENSION_VERSION: &str = "70-next";
53
54
const REGION_KEY: &str = "region";
55
const ACCOUNT_ID_KEY: &str = "account_id";
0 commit comments