Skip to content

Commit 59769af

Browse files
authored
Telemetry cleanup (#89)
* clean up and fix telemetry setup * setup more verbose logs
1 parent e696f95 commit 59769af

File tree

24 files changed

+560
-438
lines changed

24 files changed

+560
-438
lines changed

.vscode/settings.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
"terminal.integrated.env.windows": {
33
"_RUST_BACKTRACE": "full",
44
"MIRIFLAGS": "-Zmiri-backtrace=full",
5-
"RUST_LOG": "INFO,shine_core=TRACE,shine_identity=TRACE,shine_builder=TRACE",
5+
"_RUST_LOG": "INFO,shine_core=TRACE,shine_identity=TRACE,shine_builder=TRACE",
66

77
"SHINE_TEST_REDIS_CNS": "redis://redis.mockbox.com:6379",
88
"SHINE_TEST_PG_CNS": "postgres://username:[email protected]:5432/database-test?sslmode=disable"
99
},
10-
"jestrunner.codeLensSelector": "**/*.{ts}",
1110
"cSpell.words": [
1211
"asyncness",
1312
"autoescape",

0 commit comments

Comments
 (0)