Shea Belsky

Results 17 comments of Shea Belsky

@devevignesh Are you still working on this issue? If not, please let me know, so that I can unassign you from this issue.

@Eshno It's all yours! Thank you for picking this up!

I posted a similar question to this a few days ago: https://github.com/getsentry/sentry-javascript/discussions/4812 There's a lack of clarity on how Sentry sourcemaps are supposed to be handled for a CI/CD environment...

I think this is related to #854, but I don't know if they're the same issue.

I'll see if I can track down the cause, and make a PR when that happens!

So something like this would be better instead of what I initially described? ``` Full_Name: fields.string({ errorAfterField: true, placeholder: "Shea Belsky", required: validators.required("Please enter your full name."), validators: [ validators.maxlength(50)...

So, is the placeholder attribute supported by these types of inputs? I tried it out and wasn't able to emulate that functionality. Is there any other of populating the `placeholder`...