Skip to content

Commit f4bed07

Browse files
committed
Re-enable precaptureStackTraces for CI
1 parent 6e3d3d3 commit f4bed07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/_config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ export const config: Config & {
1313
? {
1414
url: ARANGO_URL.split(",").filter((s) => Boolean(s)),
1515
arangoVersion: ARANGO_VERSION,
16-
precaptureStackTraces: !process.env.CI,
16+
precaptureStackTraces: true,
1717
loadBalancingStrategy: ARANGO_LOAD_BALANCING_STRATEGY || "ROUND_ROBIN",
1818
}
1919
: {
2020
url: ARANGO_URL,
2121
arangoVersion: ARANGO_VERSION,
22-
precaptureStackTraces: !process.env.CI,
22+
precaptureStackTraces: true,
2323
};

0 commit comments

Comments
 (0)