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
Copy file name to clipboardExpand all lines: docs/guides/examples/sentry-error-tracking.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ After creating the task, deploy your project.
169
169
170
170
</CodeGroup>
171
171
172
-
Once deployed, navigate to the `test` page in the sidebar of your [Trigger.dev dashboard](https://cloud.trigger.dev), click on your `prod` environment, and select the `sentryErrorTest` task.
172
+
Once deployed, open the `sentryErrorTest` task in your [Trigger.dev dashboard](https://cloud.trigger.dev) (make sure you're in your `prod` environment) and press the "Test" button to open the test page for it.
173
173
174
174
Run a test task with an empty payload by clicking the `Run test` button.
Copy file name to clipboardExpand all lines: docs/snippets/step-run-test.mdx
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,10 @@
1
1
<Steptitle="Perform a test run using the dashboard">
2
2
3
-
The CLI `dev` command spits out various useful URLs. Right now we want to visit the Test page.
3
+
The CLI `dev` command spits out various useful URLs, including a link to the dashboard. Open it, find your Example task on the Tasks page, and press the "Test" button to open its test page.
4
4
5
-
You should see our Example task in the list <Iconicon="circle-1"iconType="solid"size={20}color="F43F47" />, select it. Most tasks have a "payload" which you enter in the JSON editor <Iconicon="circle-2"iconType="solid"size={20}color="F43F47" />, but our example task doesn't need any input.
5
+
Most tasks have a "payload" which you enter in the JSON editor, but our example task doesn't need any input. You can also configure run options, pre-populate the form from recent runs, and save run templates.
6
6
7
-
You can configure options on the run <Iconicon="circle-3"iconType="solid"size={20}color="F43F47" />, view recent payloads <Iconicon="circle-4"iconType="solid"size={20}color="F43F47" />, and create run templates <Iconicon="circle-5"iconType="solid"size={20}color="F43F47" />.
8
-
9
-
Press the "Run test" button <Iconicon="circle-6"iconType="solid"size={20}color="F43F47" />.
0 commit comments