remove some occurrences of the old core in docs etc

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2021-09-23 13:20:23 +02:00
parent e1c141a2d5
commit 3f8db2b64d
4 changed files with 16 additions and 12 deletions
+1 -1
View File
@@ -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 = [