Skip to content

Commit 981f352

Browse files
author
bmarkons
committed
Thanks Sentry for sponsorship ❤️
1 parent 0658fc7 commit 981f352

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

8.41 KB
Loading

app/assets/stylesheets/modules/_sponsors.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434
}
3535

36-
$sponsor-list: discourse jolly-good-code rubytune ruby-together bugsnag;
36+
$sponsor-list: discourse jolly-good-code rubytune ruby-together bugsnag sentry;
3737

3838
@each $sponsor in $sponsor-list {
3939
.sponsor-#{$sponsor} {

config/sponsors.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,8 @@ bugsnag:
2323
desc: "Detect and diagnose crashes in your applications. Bugsnag's cross platform error monitoring helps you ship with confidence."
2424
link: 'https://bugsnag.com/'
2525
class_name: 'sponsor-bugsnag'
26+
sentry:
27+
name: 'Sentry'
28+
desc: 'Open-source error tracking that helps developers monitor and fix crashes in real time. Iterate continuously. Boost workflow efficiency. Improve user experience.'
29+
link: 'https://sentry.io'
30+
class_name: 'sponsor-sentry'

0 commit comments

Comments
 (0)