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
The `logfire.configure` call should happen before the actual express module imports, so your NPM start script should look something like this (`package.json`):
@@ -180,7 +180,11 @@ The following methods create spans with the respective log levels (ordered by se
180
180
Each method accepts a message, attributes, and, optionally options that let you specify the span tags. The attributes values must be serializable to JSON.
181
181
182
182
```ts
183
-
function info(message:string, attributes?:Record<string, unknown>, options?:LogOptions):void
0 commit comments