
Yes

Or at least that's what docs says, it's App ID, not project ID

Okay, You can see here https://github.com/utopia-php/logger/blob/main/src/Logger/Adapter/Sentry.php#L16 And here https://github.com/utopia-php/logger/blob/main/src/Logger/Adapter/Sentry.php#L21
What part should be inserted into the final string
_APP_LOGGING_CONFIG=FIRST;SECOND

I've did it and just got my first sentry

But in sentry, where are those params?

I'm searching and can't find them

Go to this url
https://[ORG].sentry.io/projects/[PROJECT]/getting-started/
Replace
[ORG]
- with your organization name[PROJECT]
- with your project name
And you'll see this

And what of those are the corresponding parameters?

Furs and second in the URL?

Yes,
Extarct those who I've named FIRST and SECOND
And put them in your .env
file and separate them using a semicolon ;
_APP_LOGGING_CONFIG=FIRST;SECOND

You mean the ORG and the PROJECT?

You'll find them when you're viewing your main sentry project page

Seems that now works. Without making anything, im getting the error

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'appwrite._2__metadata' doesn't exist sync_project_2_metric_project.$all.network.requests

Is there something wrong or what

It seems like there's a double __
in between the 2
and the metadata

This is not usually the case.

Maybe it's something that left behind from an older versions?

Nope, clean install. I think it's not related to the main issue?

Will open then another thread

[SOLVED] Setup sentry in Appwrite

Apparently It seems like this was caused due to docker rebuild

Wow, it's really useful using Sentry, made 2 errors in a function intentionally and got where it was the error, unlike the one shown directly in the console

Yes, you get much more detailed error.

Sentry is <:appwritefire:823999000330895380>
Recommended threads
- I need urgent help - Error upgrading to ...
Hey guys, how are you? I waited for the self-hosted documentation to update so I could update my appwrite version to version 1.7.2. I ran the upgrade command ...
- S3 Bucket Error
Good afternoon. I tried to configure _APP_STORAGE_S3_ENDPOINT, Appwrite version 1.7.0. I tried two different providers, but on both I encountered an access erro...
- Upgrade from 1.6.2 to 1.7.2 error during...
I just went through the process of upgrading my selfhosted instance from `1.6.2` to `1.7.2`: ``` docker run -it --rm \ --volume /var/run/docker.sock:/var/r...
