MCPcopy Index your code
hub / github.com/OpenPipe/OpenPipe / signIn

Function signIn

app/src/server/auth.ts:56–61  ·  view source on GitHub ↗
({ user, profile, isNewUser })

Source from the content-addressed store, hash-verified

54 },
55 events: {
56 signIn({ user, profile, isNewUser }) {
57 Sentry.setUser({ id: user.id });
58 if (isNewUser) {
59 captureSignup(user, (profile as Profile & { gitHubUsername: string }).gitHubUsername);
60 }
61 },
62 signOut() {
63 Sentry.setUser(null);
64 },

Callers 3

NavSidebarFunction · 0.85
AppShellFunction · 0.85
SignInFunction · 0.85

Calls 1

captureSignupFunction · 0.90

Tested by

no test coverage detected