getsentry / sentry-javascript

Official Sentry SDKs for JavaScript
https://sentry.io
MIT License
7.97k stars 1.57k forks source link

Typedoc site seems not updated #9524

Open kenrick95 opened 11 months ago

kenrick95 commented 11 months ago

Is there an existing issue for this?

How do you use Sentry?

Sentry Saas (sentry.io)

Which SDK are you using?

@sentry/browser

SDK Version

N/A

Framework Version

No response

Link to Sentry event

No response

SDK Setup

No response

Steps to Reproduce

  1. Visit https://getsentry.github.io/sentry-javascript/index.html
  2. While the latest version is already v7.80.0, I see that all over the place, the typedoc still mention v7.57.0

Expected Result

Typedoc is updated with the latest version

Actual Result

Screenshot 2023-11-10 at 15 48 56

Lms24 commented 11 months ago

Hi @kenrick95 thanks for writing in! You're right, the type docs aren't actively updated. I think the 7.57.0 release only is in there because we made a quick attempt to bring them back a while ago and had to abandon it (used to be a v6 or early v7 version beforehand).

I'm gonna keep the issue because it's valid feedback but since a few months our team has been in "firefighting" mode and we're completely booked with p0 tasks. So I can't promise any ETA on this being resolved.

Is there something particular you were missing in our docs that made you look up the type docs?

To everyone reading: PRs are welcome if you wanna take a stab at fixing this!

kenrick95 commented 11 months ago

I see, nothing in particular, just happen to stumble upon the typedoc site earlier today.

Do you have any pointers how to fix this? I assume it is being hosted in "gh-pages" branch, so perhaps a Github Actions workflow is needed to do this automatically?

Lms24 commented 11 months ago

I think a good starting point is probably https://github.com/getsentry/sentry-javascript/pull/8440 in which Abhi attempted to bring them back.

AbhiPrasad commented 11 months ago

hey yeah I just didn't get the time to take care of this - PRs are welcome if you would like to help!