File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -54,12 +54,6 @@ const BANNERS: BannerType[] = [
5454 linkURL : 'https://docs.sentry.io/contributing/pages/banners/' ,
5555 linkText : 'CTA' ,
5656 } ,
57- {
58- appearsOn : [ '^/$' ] ,
59- text : 'Learn about the newest features in Sentry.' ,
60- linkURL : 'https://sentry.io/changelog' ,
61- linkText : 'See what’s new.' ,
62- } ,
6357 {
6458 appearsOn : [
6559 '^/platforms/flutter/' ,
@@ -71,6 +65,12 @@ const BANNERS: BannerType[] = [
7165 linkURL : 'https://docs.sentry.io/product/explore/session-replay/mobile/' ,
7266 linkText : 'Get started today.' ,
7367 } ,
68+ {
69+ appearsOn : [ '^/$' ] ,
70+ text : 'Ship it, break it, fix it—live! Hands-on workshop debugging with Lazar.' ,
71+ linkURL : 'https://sentry.io/resources/instrument-monitor-fix-workshop/' ,
72+ linkText : 'RSVP for March 12.' ,
73+ } ,
7474] ;
7575
7676const LOCALSTORAGE_NAMESPACE = 'banner-manifest' ;
You can’t perform that action at this time.
0 commit comments