Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: readme, security and codeowners #25

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.go @DariaKunoichi
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<a href="https://www.bugsnag.com/platforms/go">
<a href="https://www.bugsnag.com/distributed-tracing/">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://assets.smartbear.com/m/3dab7e6cf880aa2b/original/BugSnag-Repository-Header-Dark.svg">
<img alt="SmartBear BugSnag logo" src="https://assets.smartbear.com/m/3945e02cdc983893/original/BugSnag-Repository-Header-Light.svg">
Expand All @@ -10,9 +10,9 @@

[![Documentation](https://img.shields.io/badge/documentation-latest-blue.svg)](https://docs.bugsnag.com/performance/go/)
[![Go Reference](https://pkg.go.dev/badge/github.com/bugsnag/bugsnag-go.svg)](https://pkg.go.dev/github.com/bugsnag/bugsnag-go-performance)
[![Build status](https://github.com/bugsnag/bugsnag-go-performance/actions/workflows/test-package.yml/badge.svg?branch=master)](https://buildkite.com/bugsnag/bugsnag-go-performance)
[![Build status](https://github.com/bugsnag/bugsnag-go-performance/actions/workflows/test-package.yml/badge.svg?branch=next)](https://github.com/bugsnag/bugsnag-go-performance/actions/workflows/test-package.yml)

Convenience SDK for using the [Go Otel SDK](https://github.com/open-telemetry/opentelemetry-go) with BugSnag.
Convenience SDK for using the [Go OpenTelemetry SDK](https://github.com/open-telemetry/opentelemetry-go) with BugSnag.

## Features

Expand Down
11 changes: 11 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Security Policy

## Supported Versions

| Version | Supported |
| ------- | ------------------ |
| 1.x | Yes |

## Reporting a Vulnerability

If you find a vulnerability in this SDK, please report it to our [Support team](mailto:[email protected]) for review.
Loading