You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Defines the available internal logging levels for the diagnostic logger.
34
35
*/
35
36
diagLogLevel?: DiagLogLevel
37
+
36
38
/**
37
39
* Set to `false` to disable the [zone context manager](https://www.npmjs.com/package/@opentelemetry/context-zone) usage.
38
40
*/
39
41
enableZoneContextManager?: boolean
42
+
43
+
/**
44
+
* The environment this service is running in, e.g. `staging` or `prod`. Sets the deployment.environment.name resource attribute. Useful for filtering within projects in the Logfire UI.
45
+
* Defaults to the `LOGFIRE_ENVIRONMENT` environment variable.
46
+
*/
47
+
environment?: string
40
48
/**
41
49
* The instrumentations to register - a common one [is the fetch instrumentation](https://www.npmjs.com/package/@opentelemetry/instrumentation-fetch).
0 commit comments