Merge pull request #7296 from backstage/freben/core
remove some occurrences of the old core in docs etc
This commit is contained in:
@@ -93,7 +93,7 @@ You can add it by overriding the `sentryApiRef`:
|
||||
```ts
|
||||
// packages/app/src/apis.ts
|
||||
|
||||
import { createApiFactory } from '@backstage/core';
|
||||
import { createApiFactory } from '@backstage/core-plugin-api';
|
||||
import { MockSentryApi, sentryApiRef } from '@backstage/plugin-sentry';
|
||||
|
||||
export const apis = [
|
||||
|
||||
Reference in New Issue
Block a user