Skip to content

Commit 0071784

Browse files
chore: remove observability-kit exclusion (#5326)
Co-authored-by: Sascha Ißbrücker <sissbruecker@vaadin.com>
1 parent 6479308 commit 0071784

File tree

3 files changed

+2
-33
lines changed

3 files changed

+2
-33
lines changed

dspublisher/dspublisher-scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ const SCRIPTS = {
187187
lastPhase: true,
188188
},
189189
],
190-
ignoredLogSignals: ['New version of Astro available'],
190+
ignoredLogSignals: ['New version of Astro available', 'Observability agent is not running'],
191191
},
192192
].filter((p) => !!p),
193193
},

package-lock.json

Lines changed: 1 addition & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,6 @@
188188
<configuration>
189189
<wait>500</wait>
190190
<maxAttempts>240</maxAttempts>
191-
<excludes>
192-
<exclude>
193-
<groupId>com.vaadin</groupId>
194-
<artifactId>observability-kit-starter</artifactId>
195-
</exclude>
196-
</excludes>
197191
</configuration>
198192
</plugin>
199193

0 commit comments

Comments
 (0)