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: example-project/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,13 @@ This will install all dependencies listed in the `Gemfile.lock` file.
15
15
Alternatively, add `gem "logtail"` to your `Gemfile` manually and then run `bundle install`.
16
16
17
17
## Run the example project
18
-
19
-
Replace `<source-token>` with your actual source token in the `main.rb` file. You can find your source token by going to _logtail.com -> sources -> edit_.
20
-
18
+
19
+
_Don't forget to replace `<source_token>`and `<ingesting_host>`with your actual source token and ingesting host which you can find by going to **[Sources](https://telemetry.betterstack.com/team/0/sources) -> Configure** in Better Stack._
20
+
21
21
To run the example application, run the following command adding your source token:
0 commit comments