Skip to content
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
Binary file added app/assets/images/sponsors/sentry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/modules/_sponsors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}
}

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

@each $sponsor in $sponsor-list {
.sponsor-#{$sponsor} {
Expand Down
5 changes: 5 additions & 0 deletions config/sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ bugsnag:
desc: "Detect and diagnose crashes in your applications. Bugsnag's cross platform error monitoring helps you ship with confidence."
link: 'https://bugsnag.com/'
class_name: 'sponsor-bugsnag'
sentry:
name: 'Sentry'
desc: 'Open-source error tracking that helps developers monitor and fix crashes in real time. Iterate continuously. Boost workflow efficiency. Improve user experience.'
link: 'https://sentry.io'
class_name: 'sponsor-sentry'