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 3d4776c commit eb349bcCopy full SHA for eb349bc
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 = "68-next";
+const EXTENSION_VERSION: &str = "69-next";
53
54
const REGION_KEY: &str = "region";
55
const ACCOUNT_ID_KEY: &str = "account_id";
0 commit comments