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 e671abe commit 7fe4971Copy full SHA for 7fe4971
examples/example_logs.ts
@@ -5,7 +5,7 @@ async function main() {
5
console.log("QuotientAI client initialized")
6
7
// configure the logger
8
- const quotient_logger =quotient.logger.init({
+ const quotient_logger = quotient.logger.init({
9
app_name: "my-app",
10
environment: "dev",
11
sample_rate: 1.0,
0 commit comments