You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Then you'll be able to add metrics as [codeCounters:counters], [codeSets:sets], [codeDistribution:distributions], and [codeGauge:gauges]. These are available under the [codeNamespace:Sentry.metrics] namespace. Try out this example:",
58
+
'You need a minimum version [codeVersion:5.19.0] of the Sentry React Native SDK installed.',
70
59
{
71
-
codeCounters: <code/>,
72
-
codeSets: <code/>,
73
-
codeDistribution: <code/>,
74
-
codeGauge: <code/>,
75
-
codeNamespace: <code/>,
60
+
codeVersion: <code/>,
76
61
}
77
62
),
78
-
configurations: [
79
-
{
80
-
code: [
81
-
{
82
-
label: 'JavaScript',
83
-
value: 'javascript',
84
-
language: 'javascript',
85
-
code: getJSVerifySnippet(),
86
-
},
87
-
],
88
-
},
89
-
{
90
-
description: t(
91
-
'With a bit of delay you can see the data appear in the Sentry UI.'
92
-
),
93
-
},
94
-
{
95
-
description: tct(
96
-
'Learn more about metrics and how to configure them, by reading the [docsLink:docs].',
"Then you'll be able to add metrics as [codeCounters:counters], [codeSets:sets], [codeDistribution:distributions], and [codeGauge:gauges]. These are available under the [codeNamespace:Sentry.metrics] namespace. Try out this example:",
102
+
{
103
+
codeCounters: <code/>,
104
+
codeSets: <code/>,
105
+
codeDistribution: <code/>,
106
+
codeGauge: <code/>,
107
+
codeNamespace: <code/>,
108
+
}
109
+
),
110
+
configurations: [
111
+
{
112
+
code: [
113
+
{
114
+
label: 'JavaScript',
115
+
value: 'javascript',
116
+
language: 'javascript',
117
+
code: getJSVerifySnippet(),
118
+
},
119
+
],
120
+
},
121
+
{
122
+
description: t(
123
+
'With a bit of delay you can see the data appear in the Sentry UI.'
124
+
),
125
+
},
126
+
{
127
+
description: tct(
128
+
'Learn more about metrics and how to configure them, by reading the [docsLink:docs].',
0 commit comments