We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f6753b commit 703af25Copy full SHA for 703af25
1 file changed
packages/javascript/src/addons/breadcrumbs.ts
@@ -177,7 +177,7 @@ export class BrowserBreadcrumbStore implements BreadcrumbStore {
177
*/
178
public init(options: BreadcrumbsOptions = {}): void {
179
if (this.isInitialized) {
180
- log('[BrowserBreadcrumbStore] init has already been called; breadcrumb configuration is global and subsequent init options are ignored.', 'warn');
+ log('Breadcrumbs store already initialized', 'warn');
181
182
return;
183
}
0 commit comments