You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is wrong with my code that the configuration for "filterLocal" gets ignored?
Or how can I access the right instance of the wrapper in my App Object?
...
Serverless: GET /getYYYY/b/a (λ: getYYYY)
Serverless: The first request might take a few extra seconds
Sentry **disabled in local environment**
...
this is the code in the handler.js:
import 'source-map-support/register';
import Raven from 'raven';
import RavenLambdaWrapper from 'serverless-sentry-lib';
import AppHandler from './app';
const handler = new AppHandler({});
export const getYYYY = RavenLambdaWrapper.handler(Raven, handler.getwlanuser() );
* Version falls back to git hash if no tag is set for current head (#15).
* Fixed reporting bugs in local environment despite config telling otherwise (#17).
This requires an update of `serverless-sentry-lib` as well!
* Version falls back to git hash if no tag is set for current head (#15).
* Fixed reporting bugs in local environment despite config telling otherwise (#17).
This requires an update of `serverless-sentry-lib` as well!
What is wrong with my code that the configuration for "filterLocal" gets ignored?
Or how can I access the right instance of the wrapper in my App Object?
This is my excerpt from
serverless.yml
:starting
server less offline
:this is the code in the
handler.js
:this is the code in the app.js:
The text was updated successfully, but these errors were encountered: