-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Package: emberIssues related to the Sentry Ember SDKIssues related to the Sentry Ember SDK
Description
- Review the documentation: https://docs.sentry.io/
- Search for existing issues: https://github.com/getsentry/sentry-javascript/issues
- Use the latest release: https://github.com/getsentry/sentry-javascript/releases
- Provide a link to the affected event from your Sentry account
Package + Version
-
@sentry/browser -
@sentry/node -
raven-js -
raven-node(raven for node) - other:
@sentry/ember
Version:
6.3.5
Description
Hello!
First, thank you for releasing the @sentry/ember. It was quite easy to replace ember-cli-sentry with it 😄
However, we're facing a small issue with TypeScript. When doing this kind of import from any TS file:
import { captureMessage, captureException } from '@sentry/ember';TypeScript is throwing these errors but the package is supposed to be shipped with tags!
Could not find a declaration file for module '@sentry/ember'. 'path_to_package/node_modules/@sentry/ember/index.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/sentry__ember` if it exists or add a new declaration (.d.ts) file containing `declare module '@sentry/ember';
Metadata
Metadata
Assignees
Labels
Package: emberIssues related to the Sentry Ember SDKIssues related to the Sentry Ember SDK