gqlgen-tracing-sentry

module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 30, 2023 License: MIT

README

gqlgen-tracing-sentry

Test

Sentry Tracer for gqlgen

Installation

go get github.com/benevolent0505/gqlgen-tracing-sentry@latest

Usage

package main

import (
    "github.com/99designs/gqlgen/graphql/handler"
    "github.com/benevolent0505/gqlgen-tracing-sentry/sentrytracing"
)

func main() {
    srv := handler.NewDefaultServer(...)
    srv.Use(sentrytracing.Tracer{})
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL