Skip to content

Commit

Permalink
Bump agent to version 0.35.2
Browse files Browse the repository at this point in the history
The agent update and changesets are updated automatically.

[skip review]
  • Loading branch information
unflxw committed Apr 22, 2024
1 parent 66cc6ad commit 9985d08
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 14 deletions.
14 changes: 14 additions & 0 deletions .changesets/implement-ignore-logs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
bump: "patch"
integrations: "all"
type: "add"
---

Implement the `ignoreLogs` configuration option, which can also be configured as the `APPSIGNAL_IGNORE_LOGS` environment variable.

The value of `ignoreLogs` is a list (comma-separated, when using the environment variable) of log line messages that should be ignored. For example, the value `"start"` will cause any message containing the word "start" to be ignored. Any log line message containing a value in `ignoreLogs` will not be reported to AppSignal.

The values can use a small subset of regular expression syntax (specifically, `^`, `$` and `.*`) to narrow or expand the scope of lines that should be matched.

For example, the value `"^start$"` can be used to ignore any message that is _exactly_ the word "start", but not messages that merely contain it, like "Process failed to start". The value `"Task .* succeeded"` can be used to ignore messages about task success regardless of the specific task name.

28 changes: 14 additions & 14 deletions scripts/extension/support/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// appsignal-agent repository.
// Modifications to this file will be overwritten with the next agent release.

const AGENT_VERSION = "0.35.1"
const AGENT_VERSION = "0.35.2"
const MIRRORS = [
"https://appsignal-agent-releases.global.ssl.fastly.net",
"https://d135dj0rjqvssy.cloudfront.net"
Expand All @@ -12,67 +12,67 @@ const MIRRORS = [
const TRIPLES = {
"x86_64-darwin": {
checksum:
"f2e1cf5de6d75a06c1068177b09dc84f3d58dfcd48b4a0a729ce9d62ce8588af",
"4a01803fae744971e2da08a325acb88a5f79bf44cbde03456652affb91fa0817",
filename: "appsignal-x86_64-darwin-all-static.tar.gz"
},
"universal-darwin": {
checksum:
"f2e1cf5de6d75a06c1068177b09dc84f3d58dfcd48b4a0a729ce9d62ce8588af",
"4a01803fae744971e2da08a325acb88a5f79bf44cbde03456652affb91fa0817",
filename: "appsignal-x86_64-darwin-all-static.tar.gz"
},
"aarch64-darwin": {
checksum:
"2d3717377200fb605238625335c133448eaa76d9a9c4ae70308b0cbb8442f18b",
"c80fa534a0f34d0056102ed5ec21cb558b714b17dc2a91f62fabdb992acc8a54",
filename: "appsignal-aarch64-darwin-all-static.tar.gz"
},
"arm64-darwin": {
checksum:
"2d3717377200fb605238625335c133448eaa76d9a9c4ae70308b0cbb8442f18b",
"c80fa534a0f34d0056102ed5ec21cb558b714b17dc2a91f62fabdb992acc8a54",
filename: "appsignal-aarch64-darwin-all-static.tar.gz"
},
"arm-darwin": {
checksum:
"2d3717377200fb605238625335c133448eaa76d9a9c4ae70308b0cbb8442f18b",
"c80fa534a0f34d0056102ed5ec21cb558b714b17dc2a91f62fabdb992acc8a54",
filename: "appsignal-aarch64-darwin-all-static.tar.gz"
},
"aarch64-linux": {
checksum:
"50574d6a519997a34b54db741c8948e3b72c19fcf73e5fda1e4449e21bbcc434",
"71236975f40316d67c2b0e797814d52a49df8c5941375c0aed81c6870d82f299",
filename: "appsignal-aarch64-linux-all-static.tar.gz"
},
"i686-linux": {
checksum:
"2af64d99df4834cf5a12b8b2e1f5da7bd11d44f2a3a1ae55a1ac9b8243c685ff",
"00ab0d029ede31225b2d134cdfab1e2c75e15e96229ef9e89ac14f51b8329988",
filename: "appsignal-i686-linux-all-static.tar.gz"
},
"x86-linux": {
checksum:
"2af64d99df4834cf5a12b8b2e1f5da7bd11d44f2a3a1ae55a1ac9b8243c685ff",
"00ab0d029ede31225b2d134cdfab1e2c75e15e96229ef9e89ac14f51b8329988",
filename: "appsignal-i686-linux-all-static.tar.gz"
},
"x86_64-linux": {
checksum:
"db6f60201d5dcc982c69b1a4c7fe0c8300642aebebb503bbe9810e94e1221724",
"2e96245f692f47ee8fd12cca92b620baf79845ec920fb19b38612dd1cb051961",
filename: "appsignal-x86_64-linux-all-static.tar.gz"
},
"x86_64-linux-musl": {
checksum:
"f8381060a355dfaac7db9b38a922cde0baf3ef50808b13223914406c9c838cb8",
"a99ebcdf993cd740dc556de9fba6e7ce1c802704c290c4d8b842cb4dc971473a",
filename: "appsignal-x86_64-linux-musl-all-static.tar.gz"
},
"aarch64-linux-musl": {
checksum:
"ab2101aea771f0b714e167c101f6dfee89304973be9270bacb34b7dfe50c73ce",
"874542de2899dc7ef6d286f1cb719614877651c6cafc9f5ae73d37d1aa0e61da",
filename: "appsignal-aarch64-linux-musl-all-static.tar.gz"
},
"x86_64-freebsd": {
checksum:
"70291d0d5839d5b0019435e2b4dfa41e4b2d4ddf689a620d5ded88f7513f186a",
"f30c529ed4fffe4f0668bcb59881061b22050813d9d10acf5a4bf03f4547a51b",
filename: "appsignal-x86_64-freebsd-all-static.tar.gz"
},
"amd64-freebsd": {
checksum:
"70291d0d5839d5b0019435e2b4dfa41e4b2d4ddf689a620d5ded88f7513f186a",
"f30c529ed4fffe4f0668bcb59881061b22050813d9d10acf5a4bf03f4547a51b",
filename: "appsignal-x86_64-freebsd-all-static.tar.gz"
}
}
Expand Down

0 comments on commit 9985d08

Please sign in to comment.