Skip to content

Commit 667e886

Browse files
ehfengmattrobenolt
authored andcommitted
fixing release tracking text
1 parent 6dba2c8 commit 667e886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/templates/sentry/project-release-tracking.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h3>{% trans "Client Configuration" %}</h3>
1919
<p>Start by binding the <code>release</code> attribute in your application:</p>
2020

2121
<pre>// See SDK documentation for language specific usage.
22-
Raven.config({
22+
Raven.config('your dsn', {
2323
release: '0e4fdef81448dcfa0e16ecc4433ff3997aa53572'
2424
});</pre>
2525

0 commit comments

Comments
 (0)