@@ -9,7 +9,7 @@ import { SENTRY_DSN } from '@env';
if(SENTRY_DSN){
Sentry.init({
dsn:SENTRY_DSN,
dsn:SENTRY_DSN
});
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.