Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions docs/how-to-guides/create-write-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,19 @@ You can create a write token by following these steps:
1. Open the **Logfire** web interface at [logfire.pydantic.dev](https://logfire.pydantic.dev).
2. Select your project from the **Projects** section on the left hand side of the page.
3. Click on the ⚙️ **Settings** tab in the top right corner of the page.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚩 Unused image file write-tokens-settings.png added but not referenced

The directory docs/images/how-to-guides/ contains four write-tokens-* images, but only three are referenced in the markdown:

  • write-tokens-page.png (line 17)
  • write-tokens-new-form.png (line 21)
  • write-tokens-created.png (line 26)

The file docs/images/how-to-guides/write-tokens-settings.png exists in the repo but is not referenced anywhere in the guide. This could be an oversight — perhaps it was intended to accompany step 3 (clicking the Settings tab) but was forgotten. It won't cause any build errors, but it adds an unused asset to the repository.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

4. Select the **Write tokens** tab from the left hand menu.
5. Click on the **New write token** button.
4. Select the **Write tokens** tab from the left hand menu under **Developer Settings**.

![Write Tokens page](../images/how-to-guides/write-tokens-page.png)

5. Click on the **+ New write token** button. Fill in an optional description and expiration, then click **Create token**.

![New write token form](../images/how-to-guides/write-tokens-new-form.png)

After creating the write token, you'll see a dialog with the token value.
**Copy this value and store it securely, it will not be shown again**.

![Token created dialog](../images/how-to-guides/write-tokens-created.png)

Now you can use this write token to send data to your **Logfire** project from any computer or application.

We recommend you inject your write token via environment variables in your deployed application.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading