getsentry / getsentry/sentry-ruby

Support cockroach db metadata in ActiveRecordSubscriber

Open
#2,110 0 comments 0 reactions 1 assignee Claimed by @sl0thentr0py View on GitHub
Feature Good First Issue Ruby Spans
Dominant language
Ruby
Stars
987
Forks
541
Avg merge
17h 40m
Merged PRs (30d)
19

Description

We use the cockroachdb

Gem: https://github.com/cockroachdb/activerecord-cockroachdb-adapter

database.yml
```
development:
adapter: cockroachdb
host: foo.bar.local
database: dev_db
user: root
port: 26257
pool: 25
disable_cockroachdb_telemetry: true
```

docker-compose.yml
```
version: "2"
services:
db:
image: cockroachdb/cockroach:v22.2.10
command: start-single-node --insecure
ports:
- "26257:26257"
- "8081:8080"
volumes:
- database:/cockroach/cockroach-data

volumes:
database:
```

_Originally posted by @Piioo in https://github.com/getsentry/sentry-ruby/issues/2109#issuecomment-1725879544_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.