SFML only exposes the OpenGL functions via OpenGL.hpp header that SFML itself needs, as such if you want/need additional functions, you'll have to create your own definitions, which is what GLAD is for and to my knowledge still recommended.
Did you, as suggested on Discord, use a debugger to determine where the crash happens?
Can you provide the code that causes the crash?