Giter Site home page Giter Site logo

Comments (3)

jill64 avatar jill64 commented on June 1, 2024 1

I am aware of this phenomenon as a bug, but have not been able to resolve it.
For the sake of transparency, I would like to Open the following Issue and begin addressing it.

Issue #91

from sentry-sveltekit-cloudflare.

jill64 avatar jill64 commented on June 1, 2024

Thanks for the feedback !

As you can see below, the onHandle function can accept both not async and async functions as arguments.

import { serverInit } from '@jill64/sentry-sveltekit-cloudflare'

const { onHandle } = serverInit('__YOUR_SENTRY_DSN__')

export const handle = onHandle(async ({ event, resolve }) => {
  const modified_event = await yourAsyncFunction(event)
  
  return resolve(modified_event)
})

If this solution does not work, please comment again with sample code.

from sentry-sveltekit-cloudflare.

remi-freriks avatar remi-freriks commented on June 1, 2024

Thanks, this is how it works. Another question, do you have any idea why on dev still errors go to sentry even though I set enableInDevMode: false in the serverInit of hooks.server.js?

from sentry-sveltekit-cloudflare.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.