Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add avatar to user by sending them with user_context #1570

Open
descl opened this issue Jun 24, 2015 · 12 comments
Open

Add avatar to user by sending them with user_context #1570

descl opened this issue Jun 24, 2015 · 12 comments

Comments

@descl
Copy link

descl commented Jun 24, 2015

Hi,
when i throw a raven error i'm sending informations in the user_context object (email,login,id...)

I have also the url of the user avatar. How to send this to sentry AND to show the avatar?
I saw that yet it's based on gravatar, but i would love to send directly my avatar urls.
any idea? Thanks for this awesome tool!

@dcramer
Copy link
Member

dcramer commented Jun 28, 2015

I think this could make sense (maybe something like avatarUrl?)

@mattrobenolt
Copy link
Contributor

If we did this, we wouldn't want to embed the image directly sentry page. We'd need to have an image proxy built into Sentry to wrap the user content, since embedding random images like that could be a security issue. Violating CSP, tracking users, cookies, etc. We'd want to mask all of that, and there aren't any plans of adding anything like that into Sentry yet, but I don't see it out of the question, since it could be leveraged elsewhere, like, in comments.

@romanonthego
Copy link

maybe - at a very least - gravatar support as default?

@carlosen14
Copy link

any new? i was going to open a new issue.. i was thinking on something to search the user id on ours users DB using a service.. to get the user avatar URL..

@NuckChorris
Copy link

Sentry should probably either remove the avatar circle or let us pass something in (you can use Github's Camo server to proxy!)

@fzyzcjy
Copy link

fzyzcjy commented Nov 15, 2020

Hi is there any updates here...? So IMHO it means that, the big avatar circle actually cannot be customized?

@constgen
Copy link

Looks like a custom browser extension that modifies the avatar image on the Sentry event page would be the solution

@eerison
Copy link

eerison commented Aug 18, 2022

any news?

@xvilo
Copy link

xvilo commented Sep 8, 2023

It doesn't make sense with the current avatar thingy, why have it there if it's not possible to change it. It's just a colored circle with some letter in it.

@hubertdeng123
Copy link
Member

i don't think there's been any progress on this, but I'll see if issues team has more say on this.

@getsantry
Copy link
Contributor

getsantry bot commented Sep 11, 2023

Routing to @getsentry/product-owners-issues for triage ⏲️

@braindigitalis
Copy link

would it be possible for the api to allow upload of an image as base64 image blob? This way you dont need a proxy, would just need to store them de-duplicated on the filesystem.
For my use case, i'd want to optionally put discord avatars there (if the user opts in). These would be provided either via url or via direct upload, API permitting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests