File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " logfire " : patch
3+ ---
4+
5+ Fix typo in interface name
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import * as logfireApi from '@pydantic/logfire-api'
77import { start } from './sdk'
88import { ULIDGenerator } from './ULIDGenerator'
99
10- export interface AdancedLogfireConfigOptions {
10+ export interface AdvancedLogfireConfigOptions {
1111 /**
1212 * The logfire API base URL. Defaults to 'https://logfire-api.pydantic.dev/'
1313 */
@@ -47,7 +47,7 @@ export interface LogfireConfigOptions {
4747 /**
4848 * Advanced configuration options
4949 */
50- advanced ?: AdancedLogfireConfigOptions
50+ advanced ?: AdvancedLogfireConfigOptions
5151 /**
5252 * Settings for the source code of the project.
5353 */
You can’t perform that action at this time.
0 commit comments